how to run yolo detection code on gpu? #121
Unanswered
StefanoGarzoni
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, @Stefano0513 👋🏻 could you share a sample of the video result? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I ran the code of this video : https://www.youtube.com/watch?v=Mi9iHFd0_Bo
with the addition of using a yolo custom object detection algorithm (yolov8m trained on 300 images)
the code works and detects the object, but as soon as I move an object faster, it disappears from tracking and rightly the linecounter doesn't work...
I assume that this is perhaps due to the fact that I should make it run on the gpu, but I don't know how to do it...
If this shouldn't be the problem or if it should be this, could someone explain to me what I should do to solve this problem?
Thank you so much as always to anyone who replies!
You are fantastic, I owe you a lot for my personal growth on the subject!
look forward to your help.
Beta Was this translation helpful? Give feedback.
All reactions