zhulf0804 / PointPillars

A Simple PointPillars PyTorch Implementation for 3D LiDAR(KITTI) Detection.
MIT License
454 stars 112 forks source link

ModuleNotFoundError: No module named 'ops.voxel_op' #49

Closed farhaniwnl closed 5 months ago

farhaniwnl commented 1 year ago

Hello,

I am having an issue when attempting to pre-process the data where I am getting a module not found error with .voxel_op as seen below, also other modules missing (iou3d, .process, etc) from the lines in the screenshot:

issues

I would like to say since I saw this in another thread as well, my program does compile and I have visual studio installed. However, I don't have an NVIDIA GPU, and don't know if that is an issue (no CUDA runtime). Below is what it looks like when I compile the program:

issues2

zhulf0804 commented 1 year ago

Hello, @farhaniwnl. I'm sorry. I am not familiar with compiling on Windows. Best.

pxxxl commented 1 year ago

Hello, @farhaniwnl. Have you forgot to compile the program first?

cd ops
python setup.py develop