JonasSchult / Mask3D

Mask3D predicts accurate 3D semantic instances achieving state-of-the-art on ScanNet, ScanNet200, S3DIS and STPLS3D.
MIT License
525 stars 103 forks source link

ModuleNotFoundError: No module named 'MinkowskiEngineBackend' #169

Open DatTrongNg opened 1 month ago

DatTrongNg commented 1 month ago

I am trying to reproduce the project on Colab. I was able to reproduce mostly everything but it seems that only the MinkowskiEngine installation has a problem. The error is as follow: (This is from import MinkowskiEngine as ME)

---> 53 from MinkowskiEngineBackend._C import ( 54 MinkowskiAlgorithm, 55 CoordinateMapKey,

ModuleNotFoundError: No module named 'MinkowskiEngineBackend'

From the log it seems that the installation is completed: image

The issue is similar to #76

This is my nvcc, g++ and gcc version: image