StevenChen16 commited on
Commit
9190583
·
verified ·
1 Parent(s): 5a48309

Upload /csgo-400/csgo-kaggle.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. csgo-400/csgo-kaggle.yaml +18 -0
csgo-400/csgo-kaggle.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ names:
9
+ 0: 'CT_body'
10
+ 1: 'CT_head'
11
+ 2: 'T_body'
12
+ 3: 'T_head'
13
+
14
+ # number of classes
15
+ nc: 4
16
+
17
+ # class names
18
+ # names: [ 'CT_body', 'CT_head', 'T_body', 'T_head' ]