I mounted an AWS Deep Lense camera at my house. I'm using this repo to develop a computer vision system for tracking the speed of passing cars.
pip install -r requirements.txt
honcho start
# setup STORAGE_ROOT, hardcoded to /mnt/usb-sd
track ->> regions
frame ->> regions
frame ->> track
- Use tracker to associate sucessive frames
- could start by just associating with any track already have and then killing tracks after 5 seconds
- Compute speed on tracks
- Post tracks to the rails app when reaped
1. need a worker process to upload reaped tracks - Display tracks
- Integration test for tracker
- Need to collect a bunch of live frames for ground truth. ideally cruise control through the scene
- use pyenv
pyenv install
will install the right python from the.python-version
file