Skip to content

Nuhru1/Deep-learning-Object-detection-with-MobileNetSSD-opencv

Repository files navigation

In this project we are using the MobileNet SSD + deep neural network ( dnn ) module in OpenCV to build our object detector.

The MobileNet SSD was first trained on the COCO dataset and can detect 20 objects as we can see the differents classes below.

CLASSES = ["background", "aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"]

RESULTS

example1_output

example2_output

example3_output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages