Skip to content

[bug] ModuleNotFoundError: No module named 'cpp_wrappers.cpp_neighbors.radius_neighbors' #15

@Bailey-24

Description

@Bailey-24
Traceback (most recent call last):
  File "train_cls.py", line 18, in <module>
    from data_utils.kpconv_loader import KPConvLoader
  File "/home/jiahui/Desktop/ComputerGraph/pointnet/PointCloudLib/data_utils/kpconv_loader.py", line 10, in <module>
    import cpp_wrappers.cpp_neighbors.radius_neighbors as cpp_neighbors
ModuleNotFoundError: No module named 'cpp_wrappers.cpp_neighbors.radius_neighbors'

I fixed this by changing the cpp_wrappers.cpp_neighbors.radius_neighbors to cpp_wrappers.cpp_neighbors.neighbors.
But I can't make sure I'm right. So, would you please check it out?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions