RyanHangZhou commited on
Commit
ca2fd62
·
verified ·
1 Parent(s): 4b1b423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def pics_pairwise_inference(background, img_a, mask_a, img_b, mask_b):
122
  back_image = np.array(background)
123
  # back_image = np.array(background)
124
 
125
- # item_with_collage = {}
126
  # objs = [(img_a, mask_a), (img_b, mask_b)]
127
  # for j, (img, mask) in enumerate(objs):
128
  # temp_patch = f"temp_obj_{j}.png"
 
122
  back_image = np.array(background)
123
  # back_image = np.array(background)
124
 
125
+ item_with_collage = {}
126
  # objs = [(img_a, mask_a), (img_b, mask_b)]
127
  # for j, (img, mask) in enumerate(objs):
128
  # temp_patch = f"temp_obj_{j}.png"