JeffreyXiang / ivid

PyTorch implementation of the ICCV paper "3D-aware Image Generation using 2D Diffusion Models"
https://jeffreyxiang.github.io/ivid/
MIT License
306 stars 4 forks source link

How does the RGBD stay consistent with the warped RGBD? #2

Open ksagoog opened 1 year ago

ksagoog commented 1 year ago

Is the warped RGBD only used as a condition for the generative model, or is it also used as the starting point for inpainting from the conditional RGBD model? If the former, how does the RGBD stay consistent across camera motion?