Skip to content

Simple script to run object detection from a webcam using opencv and matplotlib

Notifications You must be signed in to change notification settings

ThomasDelteil/ObjectDetectionWebcam_MXNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ObjectDetectionWebcam_MXNet

Simple script to run object detection from a webcam using opencv and matplotlib, using a gluon-cv SSD pretrained model with a mobilenet backend.

depends on:

cv2
matplotlib
mxnet
gluoncv
numpy

usage, on MacOS:

pythonw detection.py

Note, on MacOS, you need to install python as a framework, see this page

for conda environments, simply run:

conda install python.app

Result:

About

Simple script to run object detection from a webcam using opencv and matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages