nanashi7744
commited on
Commit
•
46aa8a4
1
Parent(s):
ac77518
Update config.json
Browse files- config.json +2 -3
config.json
CHANGED
@@ -2,9 +2,8 @@
|
|
2 |
"model_type": "yolo",
|
3 |
"num_classes": 5,
|
4 |
"input_size": [640, 640],
|
5 |
-
"anchors": [[10, 13], [16, 30], [33, 23], [30, 61], [62, 45], [59, 119], [116, 90], [156, 198], [373, 326]],
|
6 |
-
"backbone": "CSPDarknet",
|
7 |
"epochs": 20,
|
8 |
"pretrained": true
|
9 |
}
|
10 |
-
|
|
|
2 |
"model_type": "yolo",
|
3 |
"num_classes": 5,
|
4 |
"input_size": [640, 640],
|
5 |
+
"anchors": [[10, 13], [16, 30], [33, 23], [30, 61], [62, 45], [59, 119], [116, 90], [156, 198], [373, 326]],
|
6 |
+
"backbone": "CSPDarknet",
|
7 |
"epochs": 20,
|
8 |
"pretrained": true
|
9 |
}
|
|