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

Is there any method to preserve the original color of the point cloud on the output model? #5

Open
TKPTKPTKP opened this issue Jan 14, 2022 · 1 comment

Comments

@TKPTKPTKP
Copy link

Hi, @tangjiapeng I'm working on a study project to reconstruct the outdoor environment via point cloud data and trying to use your impressive method on it. I just found out that the model output .off file, which is not supported to save the color. Since I want to make an end-to-end pipeline, I'm wondering if there is a way to preserve the original color of the point cloud on the output model?

@tangjiapeng
Copy link
Owner

Hi, if you want to reconstruct colored surface meshes, you can extend our model to learn color fields that are defined at the near surface region.
Give a point sampled in near surface region, you query the corresponding feature vectors from volumetric grids. Based on the feature vectors, you predict the color values of this point. To train such a model of color prediction, you can prepare the point-color pairs in this way: you can introduce an offset N (0, d) to the surface points along the surface normal N so that the color can be defined not only on the exact surface but also on the 3D space around it.
After pretraining such a color prediction module, you can also run the test-time optimization to further improve the generality to given colored point clouds.

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