reddykkeerthi commited on
Commit
9a53be3
·
verified ·
1 Parent(s): 0f58fb8

Update config.json

Browse files

The label for livestock is displayed as "Tree." By changing the `label_dict` to "Livestock," we can set the default label to "Livestock."

Files changed (1) hide show
  1. 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
- "Tree": 0
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,