├── Image_screenshot_13.01.2020.png ├── README.md ├── models ├── MobileNetSSD_deploy.caffemodel └── MobileNetSSD_deploy.prototxt ├── object_detect_track.py ├── setup.txt ├── test.mp4 └── tracking.py /Image_screenshot_13.01.2020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_Object_Detect_Tracking/HEAD/Image_screenshot_13.01.2020.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_Object_Detect_Tracking/HEAD/README.md -------------------------------------------------------------------------------- /models/MobileNetSSD_deploy.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_Object_Detect_Tracking/HEAD/models/MobileNetSSD_deploy.caffemodel -------------------------------------------------------------------------------- /models/MobileNetSSD_deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_Object_Detect_Tracking/HEAD/models/MobileNetSSD_deploy.prototxt -------------------------------------------------------------------------------- /object_detect_track.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_Object_Detect_Tracking/HEAD/object_detect_track.py -------------------------------------------------------------------------------- /setup.txt: -------------------------------------------------------------------------------- 1 | opencv-python 2 | keras 3 | tensorflow==1.15.0 4 | numpy 5 | imutils -------------------------------------------------------------------------------- /test.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_Object_Detect_Tracking/HEAD/test.mp4 -------------------------------------------------------------------------------- /tracking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_Object_Detect_Tracking/HEAD/tracking.py --------------------------------------------------------------------------------