ultralytics / hub

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

Yolo9 ClassNames #656

Open makbarin opened 2 weeks ago

makbarin commented 2 weeks ago

Search before asking

Question

Where can I find classnames for Yolo9 .pt model? I am looking for "deer" ClassID name. Thank you,

Additional

No response

github-actions[bot] commented 2 weeks ago

👋 Hello @makbarin, thank you for raising an issue about Ultralytics HUB 🚀! Please visit our HUB Docs to learn more:

If this is a 🐛 Bug Report, please provide screenshots and steps to reproduce your problem to help us get started working on a fix.

If this is a ❓ Question, please provide as much information as possible, including dataset, model, environment details etc. so that we might provide the most helpful response.

We try to respond to all issues as promptly as possible. Thank you for your patience!

pderrenger commented 2 weeks ago

Hello! 😊 For the YOLOv9 model, you can find the class names, including the one for "deer", directly in the model's .pt file or in the data.yaml file associated with the dataset you used for training. If you're using one of our pre-trained models, the class names will align with the COCO dataset classes. For specific guidance on accessing these details, please refer to our documentation at https://docs.ultralytics.com/hub. If "deer" is part of the dataset classes, it should be listed there. Happy coding!