cvlab-columbia / zero123

Zero-1-to-3: Zero-shot One Image to 3D Object (ICCV 2023)
https://zero123.cs.columbia.edu/
MIT License
2.59k stars 188 forks source link

Zero123 autoregressive generation #106

Open jh27kim opened 8 months ago

jh27kim commented 8 months ago

Hi, I was playing with Zero123 and noticed that the model breaks at a certain point when I generate outputs using the previously generated samples from Zero123.

I doubt the clamp is causing this issue since decoded output images are not necesarilly clipped to -[1, 1]. Any ideas on what's causing this issue ?