odenmehmet
commited on
Commit
•
f62a6b7
1
Parent(s):
2578689
Update config.json
Browse files- config.json +8 -12
config.json
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
-
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
"anchors": [[10,13], [16,30], [33,23], [30,61], [62,45], [59,119], [116,90], [156,198], [373,326]],
|
10 |
-
"stride": [8, 16, 32]
|
11 |
-
}
|
12 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"model_type": "yolov9",
|
3 |
+
"arch": "yolov9",
|
4 |
+
"num_classes": 80,
|
5 |
+
"input_size": [640, 640],
|
6 |
+
"pretrained": false
|
7 |
+
}
|
8 |
+
|
|
|
|
|
|
|
|