drprojects / superpoint_transformer

Official PyTorch implementation of Superpoint Transformer introduced in [ICCV'23] "Efficient 3D Semantic Segmentation with Superpoint Transformer" and SuperCluster introduced in [3DV'24 Oral] "Scalable 3D Panoptic Segmentation As Superpoint Graph Clustering"
MIT License
508 stars 65 forks source link

ModuleNotFoundError: No module named 'src.dependencies.FRNN' #104

Closed m-sakha closed 2 months ago

m-sakha commented 2 months ago

I tried running the demo on Colab notebook, I am getting the following error:

superpoint_transformer-master/src/utils/neighbors.py in

      1 import torch
      2 import src
----> 3 from src.dependencies.FRNN import frnn
      4 from torch_scatter import scatter
      5 from torch_geometric.utils import coalesce

ModuleNotFoundError: No module named 'src.dependencies.FRNN'

drprojects commented 2 months ago

This means FRNN has not been properly installed. Likely a compilation issue. Check out the other FRNN-related issues in this project to debug your case. Examples:

Although I must warn you, we have not tested installing this project in a Colab, and we do not provide support for it.

PS: if you ❤️ or use this project, don't forget to give it a ⭐, it means a lot to us !