janasumit2911 commited on
Commit
1e7d53d
·
verified ·
1 Parent(s): 3a3d610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def create_solutions(image_urls, all_bboxes, all_bboxes2):
22
  img_id =1
23
  box_id =1
24
  cat_id =1
25
- for image_url, bbox, bbox2 in zip(images, bboxes, bboxes2): # Loop through each image ID and its corresponding prediction
26
 
27
  for subbox, subbox2 in zip(bbox, bbox2):
28
 
 
22
  img_id =1
23
  box_id =1
24
  cat_id =1
25
+ for image_url, bbox, bbox2 in zip(image_urls, bboxes, bboxes2): # Loop through each image ID and its corresponding prediction
26
 
27
  for subbox, subbox2 in zip(bbox, bbox2):
28