Skip to content

hotelbread/object-detection-yolo-opencv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection using Yolo and OpenCV

Commands to execute the code:

If you want to perform object detection in a static image file,

python yolo.py --image=True --image_path="folder/imagename.jpg"

If you want to perform object detection in a video,

python yolo.py --play_video=True --video_path='folder/video.mp4"

If you want to start the webcam and perform real-time object detection,

python yolo.py --webcam=True

About

Object Detection using Yolo V3 and OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%