-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detection on custom yolo weights #13
Comments
maybe you can try to change the 66th line in yolo_slowfast.py , form " |
Thanks a lot. It wokred |
How to run it through the computer webcam? |
You can try with replacing here by |
Here " 0 (Zero) " means webcam |
I have a custom trained yolo weights and there the
person
class is not having 0 class index. How to handle that?As far as I understood you are taking the 0th index and passing it to slowfast_r50, since
person
class is in 0th index at coco datasetThe text was updated successfully, but these errors were encountered: