naver-ai / StyleMapGAN

Official pytorch implementation of StyleMapGAN (CVPR 2021)
https://www.youtube.com/watch?v=qCapNyRA_Ng
Other
458 stars 81 forks source link

Encoding quality of real images #26

Open gordinmitya opened 2 years ago

gordinmitya commented 2 years ago

Hello, thank you for interesting work! used python demo.py --ckpt expr/checkpoints/celeba_hq_8x8_20M_revised.pt --dataset celeba_hq I try to evaluate quality of real photos embedding.

It works impressively good on provided by default images: image

however drastically worse on photos from internet: image image image (photos are aligned by face landmarks and cropped to 1024x1024 by https://github.com/ZPdesu/Barbershop/blob/main/align_face.py)

what can be the reason and how do I fix this?

source images: barack curly2 durov

kudoNCT commented 2 years ago

Hi @gordinmitya , I meet the same problem. Did you solve this issue?

wjlszhang commented 2 years ago

Hi @gordinmitya , @kudoNCT, I also meet the same problem. Did both you solve this issue? Thanks

gordinmitya commented 2 years ago

@kudoNCT @wjlszhang hello, unfortunately no, skipped this work waiting for @blandocs response