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:
Glenn Jocher 2023-11-29 17:52:42 +01:00 committed by GitHub
parent 49fd3058ac
commit 0a1d0033a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 48 additions and 25 deletions

View file

@ -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)