zh/tasks/obb/ #8805
Replies: 13 comments 39 replies
-
|
Hello, I am currently trying to use yolov8_obb for vehicle recognition and trajectory tracking. However, whether I use the predict method or directly input the model (jpg) into the image, the boxes in the result obtained are None. Is there a good solution that can help me solve the problem? Thank you very much. I just hope to draw the motion trajectories of these vehicles in the output video. Here is my code: |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the work, how did the pre-training weights of yolov8s-obb get obtained? How should the training parameters be set, I can't train with the map in the documentation |
Beta Was this translation helpful? Give feedback.
-
|
Hi!Thanks for this work. Recently I tried the pretrained model yolov11n-obb and the model trained by myself with the same params and network, but my model seems to be worse. I used them to predict objects on a parking lot image, yolov11n-obb.pt can easily find the small-vehicles but mine can't. What's going wrong? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I am training the DOTA v1 dataset using the YOLOv11n model and encountered an issue. While the model parameters match the pre-trained model size from the official website (2.7M), the computational load is only 6.7 GFLOPs, which is significantly lower than the 17.2 GFLOPs listed on the website. This discrepancy may be causing the performance gap, as my training accuracy is far from the official 78.4. I’ve already changed the task to OBB. Could you please help me understand what might be causing this issue? Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I would like to ask what rules the predicted arc is calculated according to, and whether there is a range for the predicted arc. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I would like to ask why there is a difference between the predicted output of model. val() and model () in the YOLO11 OBB object detection task when the model weights, dataset, and hyperparameters are the same. I believe that in this situation where there is a difference, the evaluation metrics output by model. val() are not very useful |
Beta Was this translation helpful? Give feedback.
-
|
Hello, may I ask what is the basis for calculating the precision and recall of model. val() in OBB detection? I noticed that they do not match the data listed in the confusion matrix returned. For example, if TP is 204 and FP is 20 in the confusion matrix returned, the traditional precision should be 204/224=0.91. However, I found that the precision returned is not equal to 0.91 |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I use the 1280 size to train the yolo11sobb model in my own dataset. Most of my detection targets are slender types with a very large aspect ratio. Then I use the trained weights to predict, and the predicted box is always much shorter than the box I want. Including when I predict on my training data, the length of the predicted box is also much shorter than the length of the box I annotated. Why is this? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I would like to know how you trained the YOLOv11n-OBB model. What hyperparameters did you use? Did you use any pretrained weights? If so, which dataset was used for pretraining? I used the COCO dataset for pretraining and trained it for 50 epochs, then fine-tuned it on the DOTA v1 dataset. However, the final mAP50 on DOTA v1 is only slightly above 0.51, which is far from the expected 0.8. Could you please share some of the training hyperparameters you used? |
Beta Was this translation helpful? Give feedback.
-
|
May I ask if the OBB model can be used to detect subjects in a normal perspective (such as a level shot)? I noticed that most of the examples are from a top-down angle. Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
Hello, could you please share some insights on how to train the hyperparameters for YOLOv11-OBB, as well as the pre-trained weights? Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
你好,请问你们未来的工作计划中是否有将rtdetr用于obb检测呢,最近我正在基于贵司源码做改进 |
Beta Was this translation helpful? Give feedback.
-
|
WARNING Ultralytics 8.3.232 🚀 Python-3.11.11 torch-2.9.1 CPU (Apple M1) PyTorch: starting from 'best.pt' with input shape (1, 3, 640, 640) BCHW and output shape(s) (1, 6, 8400) (5.5 MB) CoreML: starting export with coremltools 9.0... Export complete (5.0s) |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
zh/tasks/obb/
了解如何通过Ultralytics YOLO 使用面向对象检测模型。有关训练、验证、图像预测和模型导出的说明。
https://docs.ultralytics.com/zh/tasks/obb/
Beta Was this translation helpful? Give feedback.
All reactions