porntech commited on
Commit
f4f5cbe
1 Parent(s): 1e0e9da

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -19,8 +19,8 @@
19
  0.224,
20
  0.225
21
  ],
22
- "num_classes": 2,
23
- "label_names": {0: "indoor", 1: "outdoor"},
24
- "label_descriptions": {"indoor": "indoor", "outdoor": "outdoor"},
25
- }
26
  }
 
19
  0.224,
20
  0.225
21
  ],
22
+ "num_classes": 2
23
+ },
24
+ "label_names": ["indoor", "outdoor"],
25
+ "label_descriptions": {"indoor": "indoor", "outdoor": "outdoor"}
26
  }