Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 664 Bytes

File metadata and controls

14 lines (9 loc) · 664 Bytes

Object-detection-with-deep-learning-and-OpenCV

Using MobileNet Single Shot Detector to detet multiple object in Images.

The MobileNet SSD was first trained on the COCO dataset and was then fine-tuned on PASCAL VOC reaching 72.7% mAP (mean average precision).

To start the code, Write this command in the promt: python Object_detection_images.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel --image path/to/images/directory

Papers

MobileNets
SSD

Projects

Model was trained by: chuanqi305