增加部署代码
This commit is contained in:
@ -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']
|
||||
|
||||
Reference in New Issue
Block a user