ECCV2018_CrossNet_RefSR icon indicating copy to clipboard operation
ECCV2018_CrossNet_RefSR copied to clipboard

Can you provide the pretrained model (.pth)?

Open jingzzzzz opened this issue 3 years ago • 1 comments

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!!

jingzzzzz avatar Mar 01 '21 00:03 jingzzzzz

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.

htzheng avatar Mar 01 '21 02:03 htzheng