dunbar12138 / pix2pix3D

pix2pix3D: Generating 3D Objects from 2D User Inputs
http://www.cs.cmu.edu/~pix2pix3D/
MIT License
1.65k stars 132 forks source link

Question about implementation of triplane projection #14

Open LeeDongYeun opened 1 year ago

LeeDongYeun commented 1 year ago

Hi, thanks for releasing the code.

I found that tri-plane projection of the code is the same as the original implementation, which turned out to be an inaccurate implementation.

The projection code projects 3D coordinates to XY, XZ, ZX planes not XY, YZ, ZX planes.

Please refer to this issue.

I wonder if the projection of 3D coordinates onto these XY, XZ, and ZX planes is what you intended in your paper.

Thank you:)

dunbar12138 commented 1 year ago

Hi, thanks for pointing that out. We didn't correct that because we wanted to load from EG3D released checkpoints.