Skip to content

ArnavBalyan/Real-Time-Object-Detection_YOLO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time-Object-Detection_YOLO

Real Time Object Detection using Darknet YOLO (You Only Look Once) algorithm, OpenCV on the COCO (Common Objects in Context) dataset.

Implementation

Increasing FPS

  • Operations like fetching video from web camera are I/O intensive, we make use of threading (imutil.py) to make use of seperate thread for I/O related operations and end up in a heavily increased frame rate.

Output

The output video is generated through OpenCV's VideoWriter to output_clip.mp4.

Watch the video here:

Watch the video

About

Real Time Object Detection using Darknet YOLO (You Only Look Once) algorithm on the COCO (Common Objects in Context) dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published