增加部署代码

This commit is contained in:
琉璃月光
2025-09-05 14:29:33 +08:00
parent ad52ab9125
commit 471c718d42
951 changed files with 14072 additions and 264 deletions

View File

@ -8,8 +8,10 @@
# └── dota8 ← downloads here (1MB)
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]
train: /home/hx/桌面/image/images/train
val: /home/hx/桌面/image/images/val
path: /media/hx/04e879fa-d697-4b02-ac7e-a4148876ebb0/dataset/obb
train: train # 数据集路径下的train.txt
val: val # 数据集路径下的val.txt
test: test # 数据集路径下的test.txt
nc: 1
names: ['clamp']