ComputerScienceHouse/BitsNBytes
0
1# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]2path: ./ # dataset root dir3train: images/train # train images (relative to 'path') 128 images4val: images/train # val images (relative to 'path') 128 images5test: # test images (optional)6 7names:8 0: box9 1: bottle10 2: pouch11 3: cylinder12 4: book13 