THU-MIG / yolov10

YOLOv10: Real-Time End-to-End Object Detection
https://arxiv.org/abs/2405.14458
GNU Affero General Public License v3.0
9.32k stars 869 forks source link

Rotating target detection, segmentation #4

Open goodfishboy opened 3 months ago

goodfishboy commented 3 months ago

Search before asking

Question

Hello, may I ask whether this project can achieve the task of training rotating target detection and segmentation? If so, may I ask whether there is corresponding pre-training weight

Additional

No response

jameslahm commented 3 months ago

Thanks for your interest! Achieving the task of rotating target detection and segmentation is valuable. While there are no corresponding pre-trained weights yet, YOLOv10 can support these tasks like YOLOv8.

goodfishboy commented 3 months ago

感谢您的关注!实现旋转目标检测和分割的任务很有价值。虽然目前还没有相应的预训练权重,但 YOLOv10 可以像 YOLOv8 一样支持这些任务。

Compared with yolov8, is there any improvement in rotating target detection and target segmentation in yolov10

jameslahm commented 3 months ago

Thanks! We mainly focus on the object detection now. The comparison on the rotating target detection and target segmentation may need to be further explored and investigated.