xinghaochen / TinySAM

Official PyTorch implementation of "TinySAM: Pushing the Envelope for Efficient Segment Anything Model"
Apache License 2.0
403 stars 23 forks source link

Linked HuggingFace demo not working #17

Closed code-inflation closed 10 months ago

code-inflation commented 10 months ago

The linked demo on huggingface doesn't seem to work for me. After uploading an image it gets processed but the result is not shown on the right

tinysam_demo_issue

xinghaochen commented 10 months ago

You should use this button image to select a point prompt, and then click this botton image to obtain the results.

code-inflation commented 10 months ago

Ah I see. I thought it was running in "everything mode" where one doesn't have to provide a point prompt. Thanks!