Skip to content

djmv/MobilNet_SSD_opencv

Repository files navigation

MobilNet_SSD_opencv

MobilNet-SSD object detection in opencv 3.4.1 and python 3 or 2

Read tutorial here: http://ebenezertechs.com/mobilenet-ssd-using-opencv-3-4-1-deep-learning-module-python/

Mobilenet_ssd_python.py: Example take video file or videocamera as input.

sample_img.py: Take a image as input. If don't load an image by default load img.jpeg

Run scripts

$ python3 mobilenet_ssd_python.py --[params] 

If no load params take video input value by default

$ python3 sample_img.py --[params] 

If no load params take Image by default

Releases

No releases published

Packages

No packages published

Languages