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