Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def yolo(size, iou, conf, im):
|
|
92 |
#print(type(results2))
|
93 |
|
94 |
results2.render() # updates results.imgs with boxes and labels
|
95 |
-
|
96 |
results_detail = str(results2)
|
97 |
lista = listJSON(results_detail)
|
98 |
lista2 = arrayLista(results_detail)
|
|
|
92 |
#print(type(results2))
|
93 |
|
94 |
results2.render() # updates results.imgs with boxes and labels
|
95 |
+
|
96 |
results_detail = str(results2)
|
97 |
lista = listJSON(results_detail)
|
98 |
lista2 = arrayLista(results_detail)
|