├── MobileNetSSD_deploy.caffemodel ├── MobileNetSSD_deploy.prototxt.txt ├── README.md ├── main.py └── settings.py /MobileNetSSD_deploy.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/virajmavani/object-detection/HEAD/MobileNetSSD_deploy.caffemodel -------------------------------------------------------------------------------- /MobileNetSSD_deploy.prototxt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/virajmavani/object-detection/HEAD/MobileNetSSD_deploy.prototxt.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/virajmavani/object-detection/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/virajmavani/object-detection/HEAD/main.py -------------------------------------------------------------------------------- /settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/virajmavani/object-detection/HEAD/settings.py --------------------------------------------------------------------------------