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 using batch_image_detection in yolov8_base.py #524

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

Issue in using batch_image_detection in yolov8_base.py #524

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

I'm using RTX3090 as my GPU with a lot of available space to get detections on 5,000 images, but after sometime, I just get an exception stating that too many files are open. I've attached an image of the error for your 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
Copy link
Collaborator

Hi @ayush2725! thank you for reporting the issue. Upon review, we believe the error was due to a missing data loader in the function. We have addressed this issue and made the necessary corrections in the latest version of the code. Please update to the most recent version and let us know if this resolves the error on your end.

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