DeepUSPS
DeepUSPS copied to clipboard
"DeepUSPS: Deep Robust Unsupervised Saliency Prediction with Self-Supervision"
Excuse me, according to the `readme.md`, there should be four subfolders in the repo. But I only find the `Code` subfolder. Can you please release other subfolders?
Hi, thanks for the great work! I noticed that the Resnet-101 backbone is pre-trained on imagenet as mentioned in Section 4.1 (supervised?). I was wondering if these two unsupervised DeepUSPS...
``` $ python3 DeepUSPS.py test -r .. -s 432 --arch drn_d_105 --batch-size 4 --resume ../Pretrained_Models/DeepUSPS_trained_model/DeepUSPS_2.pth.tar DeepUSPS.py test -r .. -s 432 --arch drn_d_105 --batch-size 4 --resume ../Pretrained_Models/DeepUSPS_trained_model/DeepUSPS_2.pth.tar Namespace(DCRF='Color', arch='drn_d_105', batch_size=4,...