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:

-
Notifications
You must be signed in to change notification settings - Fork 0
sindhu-2507/Object-detection
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published