Enable build support by adding .onedev-buildspec.yml
| .gitattributes | Loading last commit info... | |
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| ssd_layers.py | ||
| ssd_utils.py | ||
| ssd_v2.py | ||
| tracking.ipynb | ||
| video1.csv | ||
| video1.mp4 | ||
| video2.csv | ||
| video2.mp4 | ||
| video3.csv | ||
| video3.mp4 |
README.md
Task: implement tracking algorithm with SSD.
Quickstart
Download latest release and run tracking.ipynb.
Requirements
Install python3 and tensorflow.
Run pip install -r requirements.txt.