ECCV2018_CrossNet_RefSR icon indicating copy to clipboard operation
ECCV2018_CrossNet_RefSR copied to clipboard

Results 5 ECCV2018_CrossNet_RefSR issues
Sort by recently updated
recently updated
newest added

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

I trained the flower dataset with your network and now i want to test with other dataset which contains different flowers. I found that your code load each train and...

i see the training code writes: net_pred = net(buff,mode = 'input_img1_HR') and i lookup the model definition and i see: if mode == 'input_img2_LR': input_img2_LR = torch.from_numpy(buff['input_img2_LR']).cuda() flow = self.FlowNet(input_img1_LR,...

Hi, I am really interested with your network. I already trained your network with several datasets, and now i want to test the image with checkpoint file. However, i am...

Hi,I want to know how to organize the input h5 file,the img_MDSR should be prepared by myself? Does it mean I have to run MDSR to get the image first?...