Spaces:
Runtime error
Runtime error
Commit
·
73cf163
1
Parent(s):
5901130
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,6 @@ def detect_Custom(img):
|
|
102 |
if classify:
|
103 |
pred = apply_classifier(pred, modelc, img, im0s)
|
104 |
|
105 |
-
print('\n', pred.xyxy[0])
|
106 |
for i, det in enumerate(pred):
|
107 |
if webcam:
|
108 |
p, s, im0, frame = path[i], '%g: ' % i, im0s[i].copy(), dataset.count
|
|
|
102 |
if classify:
|
103 |
pred = apply_classifier(pred, modelc, img, im0s)
|
104 |
|
|
|
105 |
for i, det in enumerate(pred):
|
106 |
if webcam:
|
107 |
p, s, im0, frame = path[i], '%g: ' % i, im0s[i].copy(), dataset.count
|