sergiopaniego HF Staff commited on
Commit
2cb1b66
·
verified ·
1 Parent(s): b097347

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -77,6 +77,10 @@ def process_inputs(prompts):
77
  img1_b64 = show_all_annotations_on_image_base64(user_image, None, None, None, None, model_name='SAM')
78
  img2_b64 = show_all_annotations_on_image_base64(user_image, None, None, None, None, model_name='SAM_HQ')
79
 
 
 
 
 
80
  print('user_image', user_image)
81
  print("img1_b64", img1_b64)
82
  print("img2_b64", img2_b64)
 
77
  img1_b64 = show_all_annotations_on_image_base64(user_image, None, None, None, None, model_name='SAM')
78
  img2_b64 = show_all_annotations_on_image_base64(user_image, None, None, None, None, model_name='SAM_HQ')
79
 
80
+ print('sam_masks', sam_masks)
81
+ print('sam_hq_masks', sam_hq_masks)
82
+ print('input_boxes', input_boxes)
83
+ print('input_points', input_points)
84
  print('user_image', user_image)
85
  print("img1_b64", img1_b64)
86
  print("img2_b64", img2_b64)