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.Dismiss alert
The method YOLO (model) doesn't get the model directly even after pip installing ultralytics, instead it tries to download it from this repository https://GitHub.com/ultralytics/assets/releases/download/v0.0.0/YOLO V8x, which doesn't exist on the ultralytics GitHub repository
The text was updated successfully, but these errors were encountered:
👋 Hello @larchky, thank you for submitting a ultralytics/assets 🚀 issue. This is an automated response to help guide you in resolving your concern, and an Ultralytics engineer will also assist soon.
To help us address your issue efficiently, please ensure you've provided the following information:
For bug reports:
A clear and concise description of the bug (which you've already provided, thank you!)
A minimum reproducible example (MRE) that demonstrates the issue. You can refer to our MRE guide for more details.
Your environment details (OS, Python version, package versions)
Expected behavior vs. actual behavior
Any error messages or logs related to the issue
Since this issue may involve a missing asset on our repository, it's crucial to confirm your current setup and any steps leading to the error.
Please make sure you've also searched existing issues to avoid duplicates. If you need to add any additional information, please comment on this issue.
Thank you for your contribution to improving our project! 😊🚀
@larchky please ensure you are using the latest version of the Ultralytics package. If the issue persists, try specifying the correct model path or name when initializing the model, like YOLO("yolov8n.pt").
The method YOLO (model) doesn't get the model directly even after pip installing ultralytics, instead it tries to download it from this repository https://GitHub.com/ultralytics/assets/releases/download/v0.0.0/YOLO V8x, which doesn't exist on the ultralytics GitHub repository
The text was updated successfully, but these errors were encountered: