Open pchoksy opened 5 months ago
Any update on this? Facing the same issue
Any update on this? Facing the same issue
Hey thx for your interest and concerns! Actually, the model_full.py is not defined and used in this project, which also has no correlations with this paper. In this study, we utilize the celebrate and ffhq for metrics measurements with get_int_loader defined in data/dataloader.py, while the real-world performance is shown by real-world face re construction with visual effects. If you want to simply run this project, just delete the from model_full important xxx code line is ok.Meanwhile, low_data is also not defined in data_1.py, which also has no correlations with this paper. If you want to further explore the real-world degradation inferenced by model, you can define a new .py model for try!
Gotcha, Thank you!
Hello Author, Thank you for your contribution in a field of face super resolution. I have a doubt that, how will ' from model_full import High2Low_simple ' imported? This function has not defined.