sreenathsree1578 commited on
Commit
22a6bda
·
verified ·
1 Parent(s): 5f1884b

Delete preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +0 -17
preprocessor_config.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "image_size": [
3
- 224,
4
- 224
5
- ],
6
- "normalize": true,
7
- "color_mode": "rgb",
8
- "bbox_format": "xyxy",
9
- "class_to_id": {
10
- "mobile_phone": 0,
11
- "face": 1
12
- },
13
- "id_to_class": {
14
- "0": "mobile_phone",
15
- "1": "face"
16
- }
17
- }