Does this use yolov5 predictions at every frame? #663
Unanswered
Ammar-hala
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes
Not out of the box. I would recommend that you cut the video if possible |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using yolov5 for real time object detection and trying to find ways through which I can improve detection for my tasks. I trained a yolov5 model and used that model to test on few videos using just yolov5 and also yolov5 with strongsort to see if I can find any differences among them but so far output videos from both looks exactly the same.
I wanted to ask does this code use object detection predictions at every frame? and is there any way I can adjust to use predictions from yolo after specific frames and just use tracking for all remaining frames?
Beta Was this translation helpful? Give feedback.
All reactions