-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
Is there a way different than Pandas to read bounding box data? #7368
Comments
@RRighart see PyTorch Hub Tutorial for readout options. YOLOv5 Tutorials
Good luck 🍀 and let us know if you have any other questions! |
Thank you ! I have seen the PyTorch Hub Tutorial.
You also present the json method. I was wondering, is there a way to avoid using pandas in the middle?
|
@RRighart the standard outputs are tensors. You're free to do anything you want with them. |
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! |
Search before asking
Question
I am using Yolov5 for training and torch.hub.load for loading the trained model.
Using Pandas, I am able to get a nice table with boundary box information.
As Pandas can become memory intense, I was wondering if there is a different way of loading the same data, using for example Numpy. I would be very grateful for any useful reference on this topic!
Additional
No response
The text was updated successfully, but these errors were encountered: