PRBonn / SHINE_mapping

🌟 SHINE-Mapping: Large-Scale 3D Mapping Using Sparse Hierarchical Implicit Neural Representations (ICRA 2023)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colored Mesh

ddkats opened this issue · comments

commented

Hi @stachnis @YuePanEdward @jbehley,

Thanks for your great work. I have already tested out Kiss-ICP several times, and now I experimented with SHINE, which seems to work better for 3D reconstruction of outdoor scenes. May I ask, if there is a way to generate a colored MC mesh? I'm using point clouds from a stereo cam (colored PCDs), not lidar.

Kind regards

Hi, @DimitrisKatsatos, thanks for your interest in our work.
It's possible to generate a colored mesh but it's currently not implemented in SHINE-Mapping.
One possible solution is to use another MLP decoder to regress the color value using the same interpolated feature vector (similar to what we did for the semantic mapping).
You are welcome to send a PR to add the feature of colorized mesh reconstruction to SHINE-Mapping.

@YuePanEdward @ddkats Hi,I have implemented the colored mesh method based on the SHINE-MAPPING repository.Hope it can help you. click this

@ZorAttC Thank you very much for your contribution. I will mark this issue as closed.