Commit
·
f0341b6
1
Parent(s):
142099d
Update config.json
Browse files- config.json +7 -2
config.json
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
{"input_size": 1280, "task": "object-detection", "ultralyticsplus_version": "0.0.23", "ultralytics_version": "8.0.21", "model_type": "yolov8", "score_map50": 0.995,
|
2 |
"id2label": {
|
3 |
-
"0": "
|
|
|
4 |
},
|
|
|
|
|
|
|
5 |
"label2id": {
|
6 |
-
"
|
|
|
7 |
}}
|
|
|
1 |
{"input_size": 1280, "task": "object-detection", "ultralyticsplus_version": "0.0.23", "ultralytics_version": "8.0.21", "model_type": "yolov8", "score_map50": 0.995,
|
2 |
"id2label": {
|
3 |
+
"0": "N/A",
|
4 |
+
"1": "parkeergarage",
|
5 |
},
|
6 |
+
"init_std": 0.02,
|
7 |
+
"init_xavier_std": 1.0,
|
8 |
+
"is_encoder_decoder": true,
|
9 |
"label2id": {
|
10 |
+
"N/A": 0,
|
11 |
+
"parkeergarage": 1,
|
12 |
}}
|