Create config.json
Browse filesUsed in pipeline.py for converting class IDs to string labels.
- 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 |
+
}
|