WanquanF / RMA-Net

【Code of CVPR2021 paper】Recurrent Multi-view Alignment Network for Unsupervised Surface Registration (CVPR 2021)
205 stars 57 forks source link

Should I do any preprocess before deformation? #7

Closed crylingya closed 2 years ago

crylingya commented 2 years ago

Thanks for your excellent work and nice code!

I have downloaded the code and checkpoint, and tested it one the samples you gave. I got very good results, then I hoped to test my own files.

I used the SMPL model to generate two poses of the same 'person' (they were set in the same coordinate system), and tested it with the model you trained, but the results were very strange. What prerequisites does this method have for the input data? Should I do any preprocess before deformation?

Screenshot from 2021-10-13 19-42-57

WanquanF commented 2 years ago

This result looks really strange. I suggest that you compare your testing point cloud with the data in our dataset to see if the range of coordinates is consistent.