Does anybody know of a free library component that generates random 2D human faces?
Searching, I came up with FaceGen which however isn’t free, so it won’t do.
Ideally I’m looking for something in Java, but if the licensing permits it, I can port it to Java. I don’t really need anything super sophisticated, nor even very parameterizable, just something that spits out still 2D images.
It might be a stretch, but you could use Makehuman and hook it up to Sunflow (a OSS Java raytracer. It’s really realistic).
I’m not sure if Makehuman has a CLI interface, but if it does, you can export the 3D model and then render it with Sunflow.