ultralytics 8.0.151 add DOTAv2.yaml for OBB training (#4258)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
This commit is contained in:
Glenn Jocher
2023-08-10 00:55:36 +02:00
committed by GitHub
parent a76af55533
commit c9be1f3cce
46 changed files with 805 additions and 303 deletions

View File

@ -17,6 +17,10 @@ keywords: Ultralytics, Data Converter, coco91_to_coco80_class, merge_multi_segme
## ::: ultralytics.data.converter.convert_coco
<br><br>
---
## ::: ultralytics.data.converter.convert_dota_to_yolo_obb
<br><br>
---
## ::: ultralytics.data.converter.rle2polygon
<br><br>
@ -28,7 +32,3 @@ keywords: Ultralytics, Data Converter, coco91_to_coco80_class, merge_multi_segme
---
## ::: ultralytics.data.converter.merge_multi_segment
<br><br>
---
## ::: ultralytics.data.converter.delete_dsstore
<br><br>

View File

@ -77,6 +77,14 @@ keywords: Ultralytics YOLO, Utility Operations, segment2box, make_divisible, cli
## ::: ultralytics.utils.ops.ltwh2xywh
<br><br>
---
## ::: ultralytics.utils.ops.xyxyxyxy2xywhr
<br><br>
---
## ::: ultralytics.utils.ops.xywhr2xyxyxyxy
<br><br>
---
## ::: ultralytics.utils.ops.ltwh2xyxy
<br><br>