biter0088 / pc-nerf

147 stars 3 forks source link

AttributeError: module 'pcl' has no attribute 'PointCloud' #1

Closed Mahdikhoorishandiz closed 2 months ago

Mahdikhoorishandiz commented 4 months ago

Hello and thanks for sharing the source code of your article Please guide me to fix this problem. I use Ubuntu 20.4 and Python 3.8. I get this error when I run the following command. bash ./shells/pretraining/KITTI00_originalnerf_train.bash Screenshot from 2024-04-29 18-24-20

biter0088 commented 4 months ago

I apologize for just seeing your question. I have written a solution to this problem on a Chinese blog site. Let's see if it helps in your case. The link is here. Good luck to you.

biter0088 commented 4 months ago

The python-pcl library needs to be installed, its official github link is here.