JingZhang617 / UCNet

UC-Net: Uncertainty Inspired RGB-D Saliency Detectionvia Conditional Variational Autoencoders, CVPR2020
178 stars 25 forks source link

vgg16 or resnet50? #2

Open ShuhanChen opened 4 years ago

ShuhanChen commented 4 years ago

The released code is using resnet50 as backbone. How about the provided saliency maps, vgg16 or resnet50? Can you also share the code of vgg version?

JingZhang617 commented 4 years ago

Yes, we have code for both backbones. The provided saliency maps are based on VGG. I will upload the VGG code after CVPR (should be early next week).

Cheers, Jing

On Thu, 18 Jun 2020 at 20:44, shuhan notifications@github.com wrote:

The released code is using resnet50 as backbone. How about the provided saliency maps, vgg16 or resnet50? Can you also share the code of vgg version?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JingZhang617/UCNet/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE6B4FY4KMKHKYIHUJQ6ZBLRXHVZHANCNFSM4OBORN6A .

-- Jing Zhang Ph.D. Student College of Engineering and Computer Science, Australian National University. Email: zjnwpu@gmail.com

y0un0 commented 2 years ago

I can't find the code for VGG16. There is only the one for ResNet. Can you upload it, please ?