Possible to get a texture (as jpeg) of a reconstructed 3D model? #4947
Unanswered
przemekblasiak
asked this question in
Q&A
Replies: 2 comments 2 replies
-
All in all, I believe it makes sense for Open3D to offer even a simple texture projection algorithm based on RGBD (+odometry) to make the reconstruction pipeline complete. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Have you checked |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, I reconstruct 3D scenes based on RGBD information and save the resulting mesh as a .gltf model. It's colored (triangles have colors) but I'd like to have that color information as a separate texture file (e.g. jpeg).
I'd appreciate any clues on how to approach it and if it's possible to accomplish with Open3D or other tools.
Beta Was this translation helpful? Give feedback.
All reactions