Update config.json
Browse filesThe label for livestock is displayed as "Tree." By changing the `label_dict` to "Livestock," we can set the default label to "Livestock."
- config.json +1 -1
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"existing_train_dataloader": null,
|
5 |
"existing_val_dataloader": null,
|
6 |
"label_dict": {
|
7 |
-
"
|
8 |
},
|
9 |
"model": null,
|
10 |
"num_classes": 1,
|
|
|
4 |
"existing_train_dataloader": null,
|
5 |
"existing_val_dataloader": null,
|
6 |
"label_dict": {
|
7 |
+
"Livestock": 0
|
8 |
},
|
9 |
"model": null,
|
10 |
"num_classes": 1,
|