Sekunde / 3D-SIS

[CVPR'19] 3D-SIS: 3D Semantic Instance Segmentation of RGB-D Scans
Other
379 stars 72 forks source link

voxel semantic label #43

Closed hfutdzx closed 3 years ago

hfutdzx commented 3 years ago

Thank you for your contribution. I have a question, from the semantic label of mesh, how do you label each voxel? Especially in this case, many vertices with different classes correspond to the same voxel

Sekunde commented 3 years ago

You can do majority vote.

hfutdzx commented 3 years ago

Thank you for your help