| # 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, ..] | |
| path: ./ # dataset root dir | |
| train: images/train # train images (relative to 'path') 128 images | |
| val: images/train # val images (relative to 'path') 128 images | |
| test: # test images (optional) | |
| names: | |
| 0: box | |
| 1: bottle | |
| 2: pouch | |
| 3: cylinder | |
| 4: book | |