Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about implementation of triplane projection #14

Open
LeeDongYeun opened this issue Mar 24, 2023 · 1 comment
Open

Question about implementation of triplane projection #14

LeeDongYeun opened this issue Mar 24, 2023 · 1 comment

Comments

@LeeDongYeun
Copy link

LeeDongYeun commented Mar 24, 2023

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants