ultralytics / hub

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

Choosing Yolov8 OBB model when selecting model to train with #621

Closed Drake-Sunryder closed 1 month ago

Drake-Sunryder commented 1 month ago

Search before asking

Question

Apologies if I somehow missed where this is explained or addressed somewhere, but I couldn't find anything. I see that when you upload your own dataset to the Hub, you have the option of choosing to specify that it's an OBB dataset.

My understanding, based on the explanations that I've seen on training OBB models is that they require specific models such as YOLOv8n-obb or YOLOv8x-obb. However, in the second step of training a model when you pick from a list of models, such OBB models are nowhere to be found. Is this intentional or am I missing something and/or misunderstanding something? image

How exactly to I train a dataset with a YOLOv8 OBB model in the Ultralytics Hub?

Additional

No response

github-actions[bot] commented 1 month ago

👋 Hello @Drake-Sunryder, 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!

sergiuwaxmann commented 1 month ago

Hello @Drake-Sunryder!

In order to have access to OBB architectures, you need to select an OBB dataset in the first step. SCR-20240326-001

You can make sure you selected an OBB dataset by training a model directly from the dataset page of your OBB dataset. SCR-20240326-002

You can try this using our Ultralytics DOTA8 Dataset - read more about uploading a dataset here.

Drake-Sunryder commented 1 month ago

Hello @Drake-Sunryder!

In order to have access to OBB architectures, you need to select an OBB dataset in the first step. SCR-20240326-001

You can make sure you selected an OBB dataset by training a model directly from the dataset page of your OBB dataset. SCR-20240326-002

You can try this using our Ultralytics DOTA8 Dataset - read more about uploading a dataset here.

Yup, after double-checking the dataset I uploaded, I didn't upload it as an OBB dataset correctly. This one's on me! Thanks for the help, though!

sergiuwaxmann commented 1 month ago

@Drake-Sunryder No worries!