Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
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)
|