We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a049cf commit 5930576Copy full SHA for 5930576
modules/api/api.py
@@ -134,7 +134,7 @@ def mask_decode_to_image(encoding):
134
print(f'SAM successfully dilated mask by {dilate_value}.')
135
136
else:
137
- print(f'!!!! Error: SAM did not return a masked_image!')
+ print(f'!!!! Error: SAM did not return a masked_image! response is {response}')
138
raise HTTPException(status_code=500, detail="Error: sam did not return a masked_image!")
139
140
print(f'!!!! Error: SAM heartbeat lost!')
0 commit comments