NoelShin / selfmask

[CVPRW'22] Unsupervised Salient Object Detection With Spectral Cluster Voting
https://www.robots.ox.ac.uk/~vgg/research/selfmask/
MIT License
59 stars 7 forks source link

About pre-trained weights #6

Closed Jun-Pu closed 1 year ago

Jun-Pu commented 1 year ago

Hi, thanks so much for the work!

However I can not download the pre-trained weights with the given links on this project page. Could you please check and update the links?

Thanks in advance!

Best, Jun-Pu

NoelShin commented 1 year ago

Hi @ZHANG-Jun-Pu! Thank you for your inquiry. I just checked and I could download the weights through the links. (I checked using Safari.) If it doesn't work with a web browser you're using, you can try to download it in your terminal by using curl or wget command. For instance, type the following line in your terminal

curl -o selfmask_nq10.pt https://www.robots.ox.ac.uk/\~vgg/research/selfmask/shared_files/selfmask_nq10.pt or wget https://www.robots.ox.ac.uk/\~vgg/research/selfmask/shared_files/selfmask_nq10.pt

Let me know if it doesn't work.

Kind regards, noel

Jun-Pu commented 1 year ago

Hi, thanks for the quick reply! The links are ok with Safari. Thanks!

Best, Jun-Pu