# 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' ]