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

Invalid paths in docs/INSTALL.md #7

Open cnmicha opened 5 months ago

cnmicha commented 5 months ago

The file docs/INSTALL.md references the following two directories in paths: ISBNet/isbnet.

However, both directories seem to have been renamed to spherical_mask, so the correct path is now spherical_mask/spherical_mask.

Andyshen555 commented 1 month ago

Hi, can you please provide some insight on how to correctly setup? I installed according to the INSTALL.md and installed pointnet2 and then ops. When I tried to import the model, I got ImportError: cannot import name 'ops' from partially initialized module 'spherical_mask.ops' (most likely due to a circular import) (SphericalMask/spherical_mask/ops/__init__.py) Did I do anything wrong here?