Maclory / Deep-Iterative-Collaboration

Pytorch implementation of Deep Face Super-Resolution with Iterative Collaboration between Attentive Recovery and Landmark Estimation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About test eval_landmark.py

xuedue opened this issue · comments

Hello, author, thanks for your sharing.

I found that when I use your code eval_landmark.py to test the real CelebA image, the results is not good, like follows.

test

The model I used is HG_68_CelebA.pth that I download in your shared link, the test image is CelebA-HQ Image 0.jpg, and I resize it to 256.

Hello, author, thanks for your sharing.

I found that when I use your code eval_landmark.py to test the real CelebA image, the results is not good, like follows.

test

The model I used is HG_68_CelebA.pth that I download in your shared link, the test image is CelebA-HQ Image 0.jpg, and I resize it to 256.

Hellow, I have met the same problem, how did you solve it? Thanks.