Open cnmicha opened 5 months 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?
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 nowspherical_mask/spherical_mask
.