martin-rajniak commited on
Commit
945732f
·
verified ·
1 Parent(s): ec94e10

Create config.json

Browse files

Used in pipeline.py for converting class IDs to string labels.

Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "angular_leaf_spot",
4
+ "1": "bean_rust",
5
+ "2": "healthy"
6
+ }
7
+ }