Live data from Hacker News

Ask HN: I want to create new human faces with Deep Learning. Where do I start?

news.ycombinator.com

1–5 of 5 posts

Ask HN: I want to create new human faces with Deep Learning. Where do I start?

#1
Is there some free or, way better, an open source repo/project that it’s ready out of the box or just rough around the edges?

It doesn’t matter if they’re created “from scratch” from a large dataset or its just a mix of two or so faces.

Thanks in advance.

Re: Ask HN: I want to create new human faces with Deep Learning. Where do I start?

#2
I bet if you poke around on Google for GAN and face generation you’ll stumble upon some sources. I wasn’t able to find any particular packages or pre-trained models but these types of papers are a good start and typically reference related works and other similar projects

https://pdfs.semanticscholar.org/42f6/f5454dda99d8989f981498...

Re: Ask HN: I want to create new human faces with Deep Learning. Where do I start?

#4
Mixing: Google “opencv face morphing” (probably won’t use deep learning, but _if_ you’re in it for the results, that doesn’t matter)

Better: https://research.nvidia.com/publication/2017-10_Progressive-... (source available with license “Attribution-NonCommercial 4.0 International”)