Open VladKovalski opened 2 months ago
👋 Hello @VladKovalski, thank you for raising an issue with the Ultralytics HUB repository 🚀! An Ultralytics engineer will assist you soon. In the meantime, let's make sure we have all the details we need to address your issue.
It seems you're experiencing problems during the validation stage when training the YOLOv8 OBB model, both on the cloud and locally. For the local training issue, there's a FileNotFoundError
indicating a path problem. Please ensure the dataset paths are correctly set in your settings.yaml as mentioned.
To assist us further, could you please provide:
For both cloud and local training:
If you're looking for more detailed guidance on configuring your setup or exporting models, you might find our HUB Docs helpful:
We appreciate your patience as we work through this! 😊
@VladKovalski Hello!
It seems the dataset format is incorrect, and you'll need to adjust it. The Roboflow-exported dataset may have been exported in a different format.
Unfortunately, we've encountered issues with the Roboflow format. For example: https://github.com/ultralytics/hub/issues/835.
@sergiuwaxmann Hi. Thank you very much for your response, but I have a problem specifically with the OBB data. I labeled them according to the Roboflow service documentation and exported them in Yolo v8 OBB format. I can record a video of the process. How can I properly label the data for OBB or correctly upload it from Roboflow?
Search before asking
HUB Component
Training
Bug
Issues with training the Yolov8 (all) OBB model when importing the dataset from Roboflow Training proceeds normally, but at the validation stage, it does not go further, neither in the cloud version nor in the Colab version when training through Hub. There are also path issues in the local version, and it doesn't proceed past validation. On local training has this issue: FileNotFoundError: Dataset 'D://ML/hub/ObjectDetectionOBB.v4i.yolov8-obb/data.yaml' images not found ⚠️, missing path 'D:\ML\datasets\roboflow\valid\images' Note dataset download directory is 'D:\ML\hub'. You can update this in 'C:\Users\vladk\AppData\Roaming\Ultralytics\settings.yaml'
When training the same dataset for the normal version, without OBB, everything works fine.
A few questions: How can You fix cloud training? How can I adjust the settings for proper operation in local training?
Environment
Ultralytics HUB Version v0.1.51 Client User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Operating System Win32 Browser Window Size 2560 x 1305 Server Timestamp 1726828671
Minimal Reproducible Example
1) Download my demo obb dataset with 20 pictures from Roboflow as obb v 8 zip https://universe.roboflow.com/pregmate/objectdetectionobb/dataset/5 2) Import as OBB v8 3) Try train by any way
Additional
No response