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

offline rendering or online rendering #129

Open bio-mlhui opened 2 months ago

bio-mlhui commented 2 months ago

It seems that the rendered images are generated offline first and used later for training. Is it feasible to incorporate rendering to dataloader and generate rendered images online for training? Will it make training too slow? Since the torch dataloader will fetch new batch data before each iteration ends, is that practical?