Skip to content

Detection of objects from a photo or video and tracking the objects across the frames

Notifications You must be signed in to change notification settings

dheerajreddy2020/OpenCV_Yolo_Object_detection_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object detection and Tracking using YoloV3 in OpenCV

  • OpenCV is used for video pre-processing.
  • Region of interest is chosen to detect the objects only when seen in the particular region.
  • Objects are detected by calling YoloV3 model into opencv.
  • Tracking is done by calculating Intersection over union for predicted bounding boxes of consecutive frames
  • The locations of bounding boxes are used to predict the direction of motion of vehicles

Demo Colab link:

About

Detection of objects from a photo or video and tracking the objects across the frames

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published