-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test other LR images #24
Comments
Thank you for your interest in our work. I think your own dataset has different distribution with our train dataset of coursely. The distribution means noise, blurry, brightness, camera parameters, and etc on your dataset. In this work, we use downsampling of CelebA and LFW instead of real world LR-HR pairs. Therefore, you should retrain our nerwork with on your own dataset for applying other application or conducting your experiments. If you have more questions, please let me know. Note that, we can not open overall source code because of company project sequrities. Thanks! |
Thank you for your fast reply! But above LR examples are in LFW Dataset. If your network trained by using CelebA, LFW, shouldn't it work in LFW data samples? |
Did you tried to use "checkpoints/unalign_trained_generator_checkpoint.ckpt" ? |
if the test data is celeba -> generator_checkpoint_singleGPU.ckpt Is this right? Can you explain other pre-trained weight? It works to use unalign_trained_generator_checkpoint.ckpt in LFW. |
compressed_model_011000.pth is weights of Compressed Face Alignment Network. |
Hi, Thank you for your work.
I wonder, have you test this model on other LR images?
Because when i test my own LR images(LFW), the result was strange.
I convert from HR to LR using your code.
But, unlike CelebA, LFW's resolution is 128x128. So, i remove center crop code.
Result:
Can you advice me? Thank you.
도움주시면 감사하겠습니다! :ㅇ
The text was updated successfully, but these errors were encountered: