Spaces:
Sleeping
Sleeping
Zain Ali commited on
Commit ·
3dea950
1
Parent(s): 28b75bf
Gradio app.py to detect Mouse paw
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import cv2
|
|
| 8 |
import tempfile
|
| 9 |
|
| 10 |
"""Load the trained model"""
|
| 11 |
-
model = YOLO("
|
| 12 |
|
| 13 |
# -------------------- IMAGE DETECTION FUNCTION --------------------
|
| 14 |
def detect_paws_image(image):
|
|
|
|
| 8 |
import tempfile
|
| 9 |
|
| 10 |
"""Load the trained model"""
|
| 11 |
+
model = YOLO("best.onnx")
|
| 12 |
|
| 13 |
# -------------------- IMAGE DETECTION FUNCTION --------------------
|
| 14 |
def detect_paws_image(image):
|
best.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:401e11fe0f59a6f4f9f33c57ff435b6f444861b9c2c17331abda47e129e183d9
|
| 3 |
+
size 101458038
|