uncbiag / SimpleClick

SimpleClick: Interactive Image Segmentation with Simple Vision Transformers (ICCV 2023)
MIT License
209 stars 32 forks source link

demo #16

Closed che1007 closed 1 year ago

che1007 commented 1 year ago

I try to use demo.py, so I download the pretrained weights from the link that you proposed. But I got the AssertionError. How could I fix it? image

che1007 commented 1 year ago

I also try mark out 'assert pname in model_default_params' in serialization.py, but I got another error image

qinliuliuqin commented 1 year ago

Hi, did you use the right branch? You should use the branch v1.0 to run the models. I am refactoring the code in the main branch. You need to 'git checkout v1.0' in your local repository.

che1007 commented 1 year ago

Thank your help.