| # Dataset paths (Relative to the folder you upload) | |
| test: test # test images | |
| # Class names | |
| names: | |
| 0: Miss loop | |
| 1: Needle mark | |
| 2: Setup | |
| 3: Oil Spot | |
| 4: Hole | |
| 5: Contamination | |
| 6: Yarn missing | |
| ['Contamination', 'Hole', 'Miss loop', 'Needle mark', 'Oil Spot', 'Setup', 'Yarn missing'] | |
| 0:5 | |
| 1:4 | |
| 2:0 | |
| 3:1 | |
| 4:3 | |
| 5:2 | |
| 6:6 |