Skip to content

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.

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

Successfully merging this pull request may close these issues.

1 participant