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

Textures / vertex color #4

Closed
KevinCain opened this issue Mar 25, 2022 · 2 comments
Closed

Textures / vertex color #4

KevinCain opened this issue Mar 25, 2022 · 2 comments

Comments

@KevinCain
Copy link

KevinCain commented Mar 25, 2022

In your code I see a few flags for mesh coloring via Open3D, however for some of the ETH data treated in your paper, you briefly note that the textured results are via Let there be color! (WAECHTER M., MOEHRLE N., GOESELE M.). Which approach do your favor for your mesh output?

In my tests I'm using your provided ply2npz.py to compile input, which ignores per vertex color in the source files. Is there another supported route that preserves color data to produce a color mesh -- e.g., a naïve per-face color interpolated from the vertex RGB?

@raphaelsulzer
Copy link
Owner

raphaelsulzer commented Mar 28, 2022

If you start from images you can indeed use the whole pipeline in combination with the OpenMVS implementation of "Let there be color!" by simply providing the output mesh and OpenMVS project file to the OpenMVS mesh texturing tool.

Per-face color interpolation would also be an option, but it is not implemented. Although if you add vertex colors, MeshLab for example does per-face color interpolation automatically for you.

@KevinCain
Copy link
Author

Like many, I've been a fan of Let there be color! from the beginning, and am amazed that years later it remains one of the few comprehensive open methods. Lots of room for future contributions! ;-)

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