liuyuan-pal / SyncDreamer

[ICLR 2024 Spotlight] SyncDreamer: Generating Multiview-consistent Images from a Single-view Image
https://liuyuan-pal.github.io/SyncDreamer/
MIT License
906 stars 39 forks source link

Question about blender preprocessing #33

Closed disercovery closed 1 year ago

disercovery commented 1 year ago

Why do you take a transpose on the rotation matrix here? I thought the obtained rotaion matrix is already world->camera so no need to take an inverse?

liuyuan-pal commented 1 year ago

Hi, I use the opencv-style world to camera pose. So an inverse is required here.

Gynjn commented 9 months ago

You mean that code is convert blender W2C to openCV W2C style?

Gentle ping @liuyuan-pal