sshaoshuai / PointRCNN

PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud, CVPR 2019.
MIT License
1.7k stars 425 forks source link

ImportError: No module named torch.utils.cpp_extension #207

Open YangLiu0427 opened 2 years ago

YangLiu0427 commented 2 years ago

when I execute sh build_and_install.sh, happen this error, ImportError: No module named torch.utils.cpp_extension. how to solve this problem,Thanks。

chenjianqu commented 2 years ago

Check your pytorch version, or has it been installed correctly?