fcernafukuzaki commited on
Commit
b99353c
1 Parent(s): 72e9e36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print(type(results2.ims[0]))
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)