Add Tiger-Pose dataset YouTube video to Docs (#6660)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: imyhxy <imyhxy@gmail.com> Co-authored-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>
This commit is contained in:
parent
49fd3058ac
commit
0a1d0033a0
9 changed files with 48 additions and 25 deletions
|
|
@ -168,18 +168,18 @@ def convert_dota_to_yolo_obb(dota_root_path: str):
|
|||
Notes:
|
||||
The directory structure assumed for the DOTA dataset:
|
||||
- DOTA
|
||||
- images
|
||||
- train
|
||||
- val
|
||||
- labels
|
||||
- train_original
|
||||
- val_original
|
||||
├─ images
|
||||
│ ├─ train
|
||||
│ └─ val
|
||||
└─ labels
|
||||
├─ train_original
|
||||
└─ val_original
|
||||
|
||||
After the function execution, the new labels will be saved in:
|
||||
After execution, the function will organize the labels into:
|
||||
- DOTA
|
||||
- labels
|
||||
- train
|
||||
- val
|
||||
└─ labels
|
||||
├─ train
|
||||
└─ val
|
||||
"""
|
||||
dota_root_path = Path(dota_root_path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue