rabbityl / DeformationPyramid

[NeurIPS 2022] Non-rigid Point Cloud Registration with Neural Deformation Pyramid
MIT License
179 stars 23 forks source link

The following error is prompted when downloading MVRegC #2

Closed Huaixv17 closed 2 years ago

Huaixv17 commented 2 years ago

I prompted the error after entering “python setup.py build” under the DeformationPyramid-main\cxx folder

LINK : fatal error LNK1181: The input file cannot be opened “C:\Users\Administrator\DeformationPyramid-main\cxx\build\temp.win-amd64-cpython-39\Release\Users\Administrator\DeformationPyramid-main\cxx.\cpu\graph_proc.obj”

rabbityl commented 2 years ago

Run python setup.py install

rabbityl commented 2 years ago

It is not necessary to install MVgC, as it is a lib for a baseline method (N-ICP). I just removed it from the import in here.