Processing of same frame multiple times #6355
revathib01
started this conversation in
General
Replies: 3 comments
-
|
Hi @glenn-jocher can you help us with this issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I guess this is not related with yolo. Your library is giving the same image 2 or 3 times. You need to check from your library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Allied vision USB camera as source for my model(trained with YOLOv5x ). As the camera is Gencam it is not supporting Cv2 directly, so I have to access the camera through their library(vimba) and convert the frame into cv2 format for processing. I'm facing an issue, in between the model is processing the same image 2 to 3 times and this is making our model slower. Can you lets know why is the model is processing the same image 2 to 3 times.
Below is the modification from /yolov5/utilis/datasets.py in class LoadStreams
`
Thanks,
Revathi
Beta Was this translation helpful? Give feedback.
All reactions