Spaces:
Running
Running
Commit
·
f53de6f
1
Parent(s):
778a7dd
new weights
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def show_preds_image(image_path):
|
|
103 |
width=img_res_toshow.shape[1]
|
104 |
dim=(width,height)
|
105 |
|
106 |
-
outputs = model.predict(source=img_res_toshow)
|
107 |
boxes = outputs[0].boxes.cls
|
108 |
class_list = []
|
109 |
for class_n in boxes.cpu().numpy():
|
|
|
103 |
width=img_res_toshow.shape[1]
|
104 |
dim=(width,height)
|
105 |
|
106 |
+
outputs = model.predict(source=img_res_toshow,conf=0.4)
|
107 |
boxes = outputs[0].boxes.cls
|
108 |
class_list = []
|
109 |
for class_n in boxes.cpu().numpy():
|
best.pt
CHANGED
@@ -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:a2f8de0c7f714e2ab8b70c62490e2a41fd4a6681ca4a8dd442797c809a140278
|
3 |
+
size 54786410
|