Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ else:
|
|
22 |
torch.save(model.state_dict(), model_path)
|
23 |
|
24 |
# Model configurations
|
25 |
-
model.conf = 0.
|
26 |
-
model.iou = 0.
|
27 |
model.classes = None
|
28 |
|
29 |
if device.type == "cuda":
|
|
|
22 |
torch.save(model.state_dict(), model_path)
|
23 |
|
24 |
# Model configurations
|
25 |
+
model.conf = 0.6
|
26 |
+
model.iou = 0.6
|
27 |
model.classes = None
|
28 |
|
29 |
if device.type == "cuda":
|