yunshin / SphericalMask

Official implementation of "Spherical Mask: Coarse-to-Fine 3D Point Cloud Instance Segmentation with Spherical Representation"
Apache License 2.0
48 stars 6 forks source link

How to prepare superpoints for custom data (xyz+RGB) without mesh #10

Open scy639 opened 1 month ago

scy639 commented 1 month ago

Thank you for the great work.

For data with only xyz and rgb, how to generate superpoints ?

In dataset/scannetv2/prepare_superpoint.py, superpoints are generated by superpoint = segmentator.segment_mesh(vertices, faces), but when mesh is not available, how to generate?