ultralytics / hub

Ultralytics HUB tutorials and support
https://hub.ultralytics.com
GNU Affero General Public License v3.0
137 stars 13 forks source link

export ml core does not work #891

Open arjoune opened 4 weeks ago

arjoune commented 4 weeks ago

Search before asking

HUB Component

No response

Bug

Screenshot 2024-10-15 at 5 31 22 PM

Environment

No response

Minimal Reproducible Example

Train Yolov8 detection task and export it to ML core with NMS.

Additional

No response

pderrenger commented 4 weeks ago

@arjoune hi there! Thanks for reaching out and providing details about the issue you're experiencing with exporting to ML Core. Let's work through this together. 😊

First, please ensure you're using the latest version of the Ultralytics packages. You can update them using:

pip install -U ultralytics

If the issue persists, could you provide more details about any error messages or logs you encounter during the export process? This will help us diagnose the problem more effectively.

Additionally, make sure your environment meets all the necessary requirements for exporting models to ML Core. You can find more information on this in our Ultralytics HUB documentation.

Feel free to share any further details, and we'll be happy to assist you further! 🚀

Thank you for your patience and support.

yogendrasinghx commented 3 days ago

@arjoune Thank you for reporting this issue. Could you please let us know how you trained this model? Was it trained using the Ultralytics HUB, and did you use the Ultralytics HUB to export the model? This information will help us investigate the issue further. Thank you!