facebookresearch / votenet

Deep Hough Voting for 3D Object Detection in Point Clouds
MIT License
1.67k stars 377 forks source link

setup.py error #137

Open CailynH opened 2 years ago

CailynH commented 2 years ago

the error: ImportError : No mudule named torch.utils.cpp_extension What should I do?

Bao-Long-Tran commented 2 years ago

I had the same error. Are you sure if you installed pytorch And let try python3 setup.py install It works for me