zjy526223908 / TIP-Editor

About Official code for TIP-Editor: An Accurate 3D Editor Following Both Text-Prompts And Image-Prompts (Siggraph 2024 & TOG)
https://zjy526223908.github.io/TIP-Editor/
69 stars 4 forks source link

camera pose for content personalization #7

Open Suho0922 opened 1 month ago

Suho0922 commented 1 month ago

In the paper, the pose parameter is fixed to I_4 during the content personalization. However, in the code, the pose parameter is not I_4. I think it uses the camera parameter of sample views. is it correct? or the bug?

zjy526223908 commented 1 week ago

I_4 for uncond embedding, camera parameters for cond embedding.