├── ImageSearchEngineResourceGuide.pdf ├── MobileNetSSD_deploy.caffemodel ├── MobileNetSSD_deploy.prototxt.txt ├── README.md ├── real_time_object_detection.py └── test_video.flv /ImageSearchEngineResourceGuide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidking/object-detection/HEAD/ImageSearchEngineResourceGuide.pdf -------------------------------------------------------------------------------- /MobileNetSSD_deploy.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidking/object-detection/HEAD/MobileNetSSD_deploy.caffemodel -------------------------------------------------------------------------------- /MobileNetSSD_deploy.prototxt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidking/object-detection/HEAD/MobileNetSSD_deploy.prototxt.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidking/object-detection/HEAD/README.md -------------------------------------------------------------------------------- /real_time_object_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidking/object-detection/HEAD/real_time_object_detection.py -------------------------------------------------------------------------------- /test_video.flv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidking/object-detection/HEAD/test_video.flv --------------------------------------------------------------------------------