Update config.json
Browse files- config.json +12 -7
config.json
CHANGED
|
@@ -137,14 +137,19 @@
|
|
| 137 |
|
| 138 |
[[102,103,104], 1, "IDetect", ["nc", "anchors"]]
|
| 139 |
],
|
| 140 |
-
"classes": ["0", "1"],
|
| 141 |
-
"output_layers": [
|
| 142 |
-
{"layer_size": [52, 52], "anchors": 3},
|
| 143 |
-
{"layer_size": [26, 26], "anchors": 3},
|
| 144 |
-
{"layer_size": [13, 13], "anchors": 3}
|
| 145 |
-
],
|
| 146 |
"nms_threshold": 0.1,
|
| 147 |
"conf_threshold": 0.1,
|
| 148 |
"iou_threshold": 0.1,
|
| 149 |
-
"save_txt": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
}
|
|
|
|
| 137 |
|
| 138 |
[[102,103,104], 1, "IDetect", ["nc", "anchors"]]
|
| 139 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
"nms_threshold": 0.1,
|
| 141 |
"conf_threshold": 0.1,
|
| 142 |
"iou_threshold": 0.1,
|
| 143 |
+
"save_txt": true,
|
| 144 |
+
"names": [
|
| 145 |
+
"person", "bicycle", "car", "motorcycle", "airplane", "bus", "train", "truck", "boat", "traffic light",
|
| 146 |
+
"fire hydrant", "stop sign", "parking meter", "bench", "bird", "cat", "dog", "horse", "sheep", "cow",
|
| 147 |
+
"elephant", "bear", "zebra", "giraffe", "backpack", "umbrella", "handbag", "tie", "suitcase", "frisbee",
|
| 148 |
+
"skis", "snowboard", "sports ball", "kite", "baseball bat", "baseball glove", "skateboard", "surfboard",
|
| 149 |
+
"tennis racket", "bottle", "wine glass", "cup", "fork", "knife", "spoon", "bowl", "banana", "apple",
|
| 150 |
+
"sandwich", "orange", "broccoli", "carrot", "hot dog", "pizza", "donut", "cake", "chair", "couch",
|
| 151 |
+
"potted plant", "bed", "dining table", "toilet", "tv", "laptop", "mouse", "remote", "keyboard", "cell phone",
|
| 152 |
+
"microwave", "oven", "toaster", "sink", "refrigerator", "book", "clock", "vase", "scissors", "teddy bear",
|
| 153 |
+
"hair drier", "toothbrush"
|
| 154 |
+
]
|
| 155 |
}
|