PRBonn / make_it_dense

Make it Dense: Self-Supervised Geometric Scan Completion of Sparse 3D LiDAR Scans in Large Outdoor Environments
https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2022ral-iros.pdf
132 stars 11 forks source link

ModuleNotFoundError: No module named 'make_it_dense.models' #1

Closed zxczrx123 closed 2 years ago

zxczrx123 commented 2 years ago

@nachovizzo Hi, Thanks for your great work! image I had this problem after a tough environment configuration. Is the code complete?

nachovizzo commented 2 years ago

Hello. It looks like you couldn't properly install the python package. What's the output of this command on the terminal?

$ python3 -c 'import make_it_dense'
zxczrx123 commented 2 years ago

Hi. The problem should be that the 'models' subdirectory is missing so that the 'CompletionNet' cannot be imported. image

I can't find the ‘models’ directory in 'src/make_it_dense'. image

nachovizzo commented 2 years ago

@zxczrx123 Thanks a lot! That folder slipped out of my fingers! Sorry