meidachen / STPLS3D

🔥 Synthetic and real-world 2d/3d dataset for semantic and instance segmentation (BMVC 2022 Oral)
236 stars 20 forks source link

Interested in the projection code #30

Open duda1202 opened 1 year ago

duda1202 commented 1 year ago

Hi,

I would like to use your projection method to my own photogammetry dataset where we already created the meshes using the rgb but we would like to add a layer with the semantic labels. Is it possible to release that code or let me know where i can find it? thank you!

meidachen commented 1 year ago

We have not released that part of the code, but it was implemented using Pyrender where we use Knn to search for point labels from the depth map we rendered.

TobyZhouWei commented 1 year ago

Hi, could you post related code? I am also interested in it. Thanks!!