WanquanF / RMA-Net

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

Deformation #6

Open nandinibajaj opened 2 years ago

nandinibajaj commented 2 years ago

When testing on a custom dataset I am getting a deformed result. The source should ideally align itself to the target and take the shape of the target too right?

My data consists of a simulated point cloud of an object (as source) and a point cloud generated from a real image of the same object (as target). This results in a deformed output that is also not aligned perfectly. Is there any explanation for this? Can you suggest a modification to solve the issue?

WanquanF commented 2 years ago

There are some situations that may cause your problem. Is the point cloud generated from the real image partial or global?

nandinibajaj commented 2 years ago

The point cloud I am using was generated from a real image from a single view, and not from multiple views. Please confirm if that is what you mean by local and global, and what is the issue with using a point cloud generated from a single view real image.