You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it.
If this is a custom training ❓ Question, please provide as much information as possible, including dataset image examples and training logs, and verify you are following our Tips for Best Training Results.
YOLOv5 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
If this badge is green, all YOLOv5 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training, validation, inference, export and benchmarks on macOS, Windows, and Ubuntu every 24 hours and on every commit.
Introducing YOLOv8 🚀
We're excited to announce the launch of our latest state-of-the-art (SOTA) object detection model for 2023 - YOLOv8 🚀!
Designed to be fast, accurate, and easy to use, YOLOv8 is an ideal choice for a wide range of object detection, image segmentation and image classification tasks. With YOLOv8, you'll be able to quickly and accurately detect objects in real-time, streamline your workflows, and achieve new levels of accuracy in your projects.
Check out our YOLOv8 Docs for details and get started with:
pip install ultralytics
@PushpakBhoge512 hi there! Thank you for reaching out and providing all the necessary details. The error seems to be coming from the utils.general module where is_notebook cannot be imported. This might be due to a cache issue. Can you try adding force_reload=True to your torch.hub.load() call and see if that resolves the issue? Like this:
model = torch.hub.load("ultralytics/yolov5", "custom", weights_path, force_reload=True)
Let me know if that helps. To answer your additional question, saving as pickle directly might be due to project-specific requirements and could depend on the structure of the model object. As for your environment being slightly different from the one trained on, that might also be a factor. Hope this helps!
@glenn-jocher found the error turns out the model was trained with yolov5 (pip package) hence it was not working @amir-sbg this might be true in your case check once
Thank you for the update, @PushpakBhoge512. It's good to hear that you found the cause of the error. Please note that the model training environment can impact the model's performance, and training the model on the same environment could help maintain consistency and accuracy. As for the issue with yolov5 package, thank you for sharing this with the community. This information could help other users who might be experiencing similar issues. Let us know if you need further assistance.
👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.
For additional resources and information, please see the links below:
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 YOLO 🚀 and Vision AI ⭐