EmbarkStudios / texture-synthesis

🎨 Example-based texture synthesis written in Rust 🦀
http://embark.rs
Apache License 2.0
1.75k stars 81 forks source link

Infer new information #135

Open pablovicentem opened 3 years ago

pablovicentem commented 3 years ago

First of all, I wanted to congratulate this project because it is really incredible.

I am doing a similar project, to generate images of huge textures with one or several input images, but I have the problem that I would need to infer new information (as a neural network but with your quality). I would like to know if you know of any Git or paper that addresses this problem.

King regards