Skip to content

Fix IndexError in classid variable during object detection #4

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryan-huang1
Copy link

This pull request fixes an IndexError in the yolov4.py file. The classid variable is treated as a scalar, so indexing with [0] is unnecessary. The fix removes [0] from classid in the labeling section of the detection loop, resolving the issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant