ECCV2018_CrossNet_RefSR
ECCV2018_CrossNet_RefSR copied to clipboard
Can you provide the pretrained model (.pth)?
Hi, thanks for sharing the code and paper is very interesting. Just wondering if you can provide the pretrained model (.pth) for performance comparison? Thanks!!
Thanks for your interest in our work. A snapshot trained on FLower dataset is uploaded on Google drive, https://drive.google.com/file/d/14rWcv1ZFyq5n4cNxjsN0fKd_62pYoz4j/view?usp=sharing
before forwarding the network, the snapshot can be loaded using
net.load_state_dict(torch.load('CP185000.pth'))
Feel free to contact me if it does not work.