morancium commited on
Commit
fe53a1f
·
verified ·
1 Parent(s): 8fdca90

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -5,12 +5,10 @@
5
  "single_cls": false,
6
  "model": "YOLOv8n_roof.pt",
7
  "id2label": {
8
- "0": "N/A",
9
- "1": "roof"
10
  },
11
  "label2id": {
12
- "N/A": 0,
13
- "roof": 1
14
  },
15
  "model_type": "yolos"
16
  }
 
5
  "single_cls": false,
6
  "model": "YOLOv8n_roof.pt",
7
  "id2label": {
8
+ "0": "roof"
 
9
  },
10
  "label2id": {
11
+ "roof": 0
 
12
  },
13
  "model_type": "yolos"
14
  }