Upload /csgo-400/csgo-kaggle-yolov5.yaml with huggingface_hub
Browse files
csgo-400/csgo-kaggle-yolov5.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# COCO 2017 dataset http://cocodataset.org
|
2 |
+
|
3 |
+
# train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
|
4 |
+
train: /kaggle/working/csgo-400/images/train
|
5 |
+
val: /kaggle/working/csgo-400/images/val
|
6 |
+
test: /kaggle/working/csgo-400/images/test
|
7 |
+
|
8 |
+
# number of classes
|
9 |
+
nc: 4
|
10 |
+
|
11 |
+
# class names
|
12 |
+
names: [ 'CT_body', 'CT_head', 'T_body', 'T_head' ]
|