Skip to content

This repository implements object detection using YOLO and MobileNetSSD techniques in real-time. Both techniques use OpenCv to access the webcam.

Notifications You must be signed in to change notification settings

jerrinbright/OBJECT-DETECTION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Object Detection

This repository implements object detection using YOLO and MobileNetSSD techniques in real time. Both techniques uses OpenCv to access the webcam.

How to run Yolo detection

  • Download respective YOLO V3 weights file from here.
  • Then, run the yolo.py code.

How to run MobileNetSSD detection

  • Download the file here and paste in Assets folder
  • Then, run the mobilenetssd.py code.

Result

Detecting a mobile phone and a person

About

This repository implements object detection using YOLO and MobileNetSSD techniques in real-time. Both techniques use OpenCv to access the webcam.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages