csgo-yolo / csgo-400 /csgo-kaggle-yolov5.yaml
StevenChen16's picture
Upload /csgo-400/csgo-kaggle-yolov5.yaml with huggingface_hub
e0dcbbc verified
raw
history blame contribute delete
400 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
# number of classes
nc: 4
# class names
names: [ 'CT_body', 'CT_head', 'T_body', 'T_head' ]