Spaces:
Running
Running
fcernafukuzaki
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -89,9 +89,10 @@ def yolo(size, iou, conf, im):
|
|
89 |
|
90 |
|
91 |
results2 = model(im) # inference
|
|
|
92 |
|
93 |
results2.render() # updates results.imgs with boxes and labels
|
94 |
-
|
95 |
results_detail = str(results2)
|
96 |
lista = listJSON(results_detail)
|
97 |
lista2 = arrayLista(results_detail)
|
|
|
89 |
|
90 |
|
91 |
results2 = model(im) # inference
|
92 |
+
#print(type(results2))
|
93 |
|
94 |
results2.render() # updates results.imgs with boxes and labels
|
95 |
+
print(type(results2.ims[0]))
|
96 |
results_detail = str(results2)
|
97 |
lista = listJSON(results_detail)
|
98 |
lista2 = arrayLista(results_detail)
|