WaveletSRNet icon indicating copy to clipboard operation
WaveletSRNet copied to clipboard

How could I get the dataset?

Open RemyEE opened this issue 7 years ago • 6 comments

I am trying to running the code. It shows an error: No such file or directory: 'path/celeba/train.list' which mean I have to get the CelebA dataset first. But how should I get the dataset and how should I matching the directories?

RemyEE avatar Jan 10 '19 01:01 RemyEE

I have same problem

dogegg1994 avatar Jan 16 '19 09:01 dogegg1994

@dogegg1994 You can check my fork, here: https://github.com/RemyEE/WaveletSRNet Now I have WaveletSRNet working on python 3 on Windows. Check the train.list and test.list for details of training, testing set. By the way, after get face centered data set, I used scipy bicubic interpolation to generated the training and testing set. Good luck.

RemyEE avatar Jan 22 '19 09:01 RemyEE

thank you

dogegg1994 avatar Jan 24 '19 07:01 dogegg1994

@dogegg1994 You can check my fork, here: https://github.com/RemyEE/WaveletSRNet Now I have WaveletSRNet working on python 3 on Windows. Check the train.list and test.list for details of training, testing set. By the way, after get face centered data set, I used scipy bicubic interpolation to generated the training and testing set. Good luck.

Could you please upload the pretrained file since I want to test the model quickly?Appreciate your help.

liujianzhao6328057 avatar Apr 07 '19 02:04 liujianzhao6328057

@liujianzhao6328057 I can not get the result show in the paper. Even using original source code. I can only get PSNR 24.7db after 500 epochs. I will share the pretrained model after I uploaded it.

RemyEE avatar Apr 08 '19 00:04 RemyEE

@liujianzhao6328057 I can not get the result show in the paper. Even using original source code. I can only get PSNR 24.7db after 500 epochs. I will share the pretrained model after I uploaded it.

Would you like to share your pre-trained model?

hwpengTristin avatar Aug 03 '19 06:08 hwpengTristin