Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
|
@@ -25,8 +25,8 @@ config = [
|
|
| 25 |
["B", 8],
|
| 26 |
(1024, 3, 2),
|
| 27 |
["B", 4], # To this point is Darknet-53
|
| 28 |
-
(
|
| 29 |
-
(
|
| 30 |
"S",
|
| 31 |
(256, 1, 1),
|
| 32 |
"U",
|
|
|
|
| 25 |
["B", 8],
|
| 26 |
(1024, 3, 2),
|
| 27 |
["B", 4], # To this point is Darknet-53
|
| 28 |
+
(512, 1, 1),
|
| 29 |
+
(1024, 3, 1),
|
| 30 |
"S",
|
| 31 |
(256, 1, 1),
|
| 32 |
"U",
|