paul007pl / GMCNet

Robust Partial-to-Partial Point Cloud Registration in a Full Range
https://arxiv.org/abs/2111.15606
Apache License 2.0
46 stars 4 forks source link

Error while training (NameError: name 'furthest_point_sample' is not defined) #8

Closed gowda-95 closed 2 years ago

gowda-95 commented 2 years ago

image

Hi, Thank you for the nice work.

Though I did install mm3d_pn2 as mentioned in the installation section, I am facing the error, "NameError: name 'furthest_point_sample' is not defined Segmentation fault (core dumped)" , I have attached the reference pic above.

I have also attached a screenshot to show the installation confirmation for source setup.sh below. WhatsApp Image 2022-05-24 at 8 13 51 AM

Kindly let me know where I might be erring. Many thanks in advance.

paul007pl commented 2 years ago

Thanks for asking! Actually, you should first install and compile all the required functions before you could successfully run this project. Please follow my install instructions first, and then you could try again. Once you successfully install all the required libraries, you will not see those errors.