Harisanth commited on
Commit
30a4d21
·
verified ·
1 Parent(s): a9d5280

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -11,6 +11,12 @@
11
  "max_det": 300,
12
  "classes": 1,
13
  "class_names": ["pothole"],
 
 
 
 
 
 
14
  "training_config": {
15
  "epochs": 40,
16
  "batch_size": 64,
 
11
  "max_det": 300,
12
  "classes": 1,
13
  "class_names": ["pothole"],
14
+ "id2label": {
15
+ "0": "pothole"
16
+ },
17
+ "label2id": {
18
+ "pothole": 0
19
+ },
20
  "training_config": {
21
  "epochs": 40,
22
  "batch_size": 64,