csgo-yolo / csgo-400 /csgo-kaggle.yaml
StevenChen16's picture
Upload /csgo-400/csgo-kaggle.yaml with huggingface_hub
9190583 verified
raw
history blame contribute delete
475 Bytes
# COCO 2017 dataset http://cocodataset.org
# train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
train: /kaggle/working/csgo-400/images/train
val: /kaggle/working/csgo-400/images/val
test: /kaggle/working/csgo-400/images/test
names:
0: 'CT_body'
1: 'CT_head'
2: 'T_body'
3: 'T_head'
# number of classes
nc: 4
# class names
# names: [ 'CT_body', 'CT_head', 'T_body', 'T_head' ]