Endless sketchfab in Babylon.js

Hello @MakarovDs777 !

Funny project ! Unfortunately, while explorating some pure noise, the odds of seeing by chance the 3D modeling of an actual object is quite low :joy:


Do you know about GANs ? If not, you should definively have a look !
GAN (Generative Advertial Networks) are the heart behind what became later the Stable Diffusion AIs used by Midjourney, ChatGPT, Grok, to generate images…

  • One “Generator” starts from noise and generate images
  • One “Discrimator” which is trained on real images says how much it’s “noise”.
  • The first one edit the noise so that the second one sees a less “noisy” image
  • Eventually, the two “advertial” network converge toward something
  • Changing the very first input noise change totally the final converged destination

If you know about Python, you should definively give it a try ! (tensorflow, keras)
Back in 2014 when I started this it was a nightmare, no library existed, papers was partially published, etc… Now that we are in the world of OpenSource + AIs … You can go fast :slight_smile: