zh/datasets/obb/ #16923
Replies: 3 comments 8 replies
-
Hi!I have transformed my data format from DOTA to yolo after spliting to 1024x1024. And I want to predict on the 1024*1024 test imgs, combine them and convert the format for submission to the official website for testing. Is there any tools for this? |
Beta Was this translation helpful? Give feedback.
-
👋 Hello, thank you for reaching out and showing interest in Ultralytics 🚀! Our Documentation is a great place to explore for detailed information on datasets and formats, including the OBB dataset format you're interested in. Be sure to check out the OBB section for insights on their structure, application, and format conversion. If this is a 🐛 Bug Report related to datasets, please provide a minimum reproducible example to help us investigate further. For any custom training ❓ Questions, including dataset details or model-specific queries, please provide additional context such as dataset samples and training logs. Also, consider reviewing our Training Tips for best practices. Join the Ultralytics community for more interactive discussions. You can chat with us in real-time on Discord 🎧, explore in-depth topics on Discourse, or engage with others on our Subreddit. UpgradeEnsure you have the latest pip install -U ultralytics EnvironmentsYOLO can be run in various environments with pre-installed dependencies:
StatusThis badge indicates the status of our Continuous Integration (CI) tests, ensuring the correct operation of all YOLO Modes and Tasks across different platforms. This is an automated response, but an Ultralytics engineer will be with you soon to provide further assistance. 😊 |
Beta Was this translation helpful? Give feedback.
-
I encountered an issue while training on my custom dataset. In my dataset, some of the Oriented Bounding Boxes (OBB) are large and rotated, causing some corner coordinates to exceed the original image boundaries. This leads to values greater than 1 or less than 0 when converting to YOLO format, resulting in these samples being discarded during YOLO model training. |
Beta Was this translation helpful? Give feedback.
-
zh/datasets/obb/
了解用于Ultralytics YOLO 模型的 OBB 数据集格式。了解它们的结构、应用和格式转换,以增强物体检测训练。
https://docs.ultralytics.com/zh/datasets/obb/
Beta Was this translation helpful? Give feedback.
All reactions