Spaces:
Runtime error
Runtime error
HF Space doesn't support onnx_int8
Browse files- main.py +1 -1
- best_int8.onnx β yolo_deart.onnx +2 -2
main.py
CHANGED
|
@@ -17,7 +17,7 @@ from torchvision import transforms
|
|
| 17 |
# CONFIG
|
| 18 |
# βββββββββββββββββββββββββββββββββββββββββββββ
|
| 19 |
|
| 20 |
-
YOLO_PATH = Path("
|
| 21 |
STYLE_MODEL_PATH = Path("style_classifier.onnx")
|
| 22 |
|
| 23 |
DEVICE = "cpu"
|
|
|
|
| 17 |
# CONFIG
|
| 18 |
# βββββββββββββββββββββββββββββββββββββββββββββ
|
| 19 |
|
| 20 |
+
YOLO_PATH = Path("yolo_deart.onnx")
|
| 21 |
STYLE_MODEL_PATH = Path("style_classifier.onnx")
|
| 22 |
|
| 23 |
DEVICE = "cpu"
|
best_int8.onnx β yolo_deart.onnx
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b44513b6c42d8766d6dc31049fe8b758d49329b54bf62d3e40d0fec879fb8725
|
| 3 |
+
size 13639156
|