Skip to content
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

Issue in result_generation method of yolov8_base.py #523

Closed
1 of 2 tasks
ayush2725 opened this issue Aug 8, 2024 · 1 comment
Closed
1 of 2 tasks

Issue in result_generation method of yolov8_base.py #523

ayush2725 opened this issue Aug 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ayush2725
Copy link

Search before asking

  • I have searched the Pytorch-Wildlife issues and found no similar bug report.

Bug

In line 92 of the code, it's unpacking 5 objects but passing in 6, which is causing an exception to trigger on my device. I've attached an image of the exception for reference
image

Environment

No response

Minimal Reproducible Example

No response

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@ayush2725 ayush2725 added the bug Something isn't working label Aug 8, 2024
danielaruizl1 pushed a commit that referenced this issue Aug 23, 2024
@danielaruizl1
Copy link
Collaborator

Hi @ayush2725, thank you for bringing this issue to our attention. The reported bug was due to changes in the supervision library when updated from version 0.16 to 0.19. We have already updated our code to be compatible, please ensure that you are using the most recent version of our codebase.

@zhmiao zhmiao mentioned this issue Sep 10, 2024
2 tasks
lucas-a-meyer pushed a commit to lucas-a-meyer/CameraTraps that referenced this issue Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants