├── LICENSE ├── MobileNetSSD_deploy.caffemodel ├── MobileNetSSD_deploy.prototxt.txt ├── README.md ├── real_time_object_detection.py └── video-demos └── video-stream-demonstration.mp4 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alina-chan/realtime-object-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /MobileNetSSD_deploy.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alina-chan/realtime-object-detection/HEAD/MobileNetSSD_deploy.caffemodel -------------------------------------------------------------------------------- /MobileNetSSD_deploy.prototxt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alina-chan/realtime-object-detection/HEAD/MobileNetSSD_deploy.prototxt.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alina-chan/realtime-object-detection/HEAD/README.md -------------------------------------------------------------------------------- /real_time_object_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alina-chan/realtime-object-detection/HEAD/real_time_object_detection.py -------------------------------------------------------------------------------- /video-demos/video-stream-demonstration.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alina-chan/realtime-object-detection/HEAD/video-demos/video-stream-demonstration.mp4 --------------------------------------------------------------------------------