Skip to content

sindhu-2507/Object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Object-detection

The input will be a video. Video is a sequence of frames. So we read frames per a particular instant of time and apply YOLO algorithm on them. YOLO or You look only once is an alorithm which detects multiple objects in a frame in a single pass. Each sliding window contain 2 or more anchors and for each anchor the probability that an object is present is estimated along with the bounding box After that we filter boxes that is we take those boxes which has probability > threshold. After that we apply Non-max suppresion. Non-max suppression:- We eliminate the boxes with high IOU(Instersection over union) with the main bounding box(the bounding box with highest probability that there is an object The result will be like this: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published