inventwithdean / Pix2PixHD

A PyTorch implementation of Pix2PixHD to generate 1024x1024 HD images of Celebrities using sketches.
2 stars 0 forks source link

how to inference for edges to faces #2

Open Mrschen6 opened 2 days ago

Mrschen6 commented 2 days ago

Thank you for your awesome work!I want to ask how to inference?Can you provide the pre-trained model?Thanks!

inventwithdean commented 2 days ago

Yes, I will update the repository with pretrained models in about a week.

Mrschen6 commented 1 day ago

Thank you!I have another question, can your model generate a real face based on this contour map?Can you show me the result?Thank you so much! hq_contour

inventwithdean commented 1 day ago

I think if we use the CelebaMask's manipulated segmentation maps instead of edges to train the network, then yes this contour can be converted into real face. But currently, this edge to face model can't achieve that.