You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi vinits:
Thanks for your nice work and open source code. I find the following code is not good, because the normalization operation almost removes the translation between the source point cloud and the template point cloud.
I re-implemented the network in https://github.com/zhulf0804/PCReg.PyTorch with modifications(iterative emd loss, partial registration, pairs point cloud generation, without mean substration, etc.), I got the following visualization results:
I found EMD loss or CD loss is not friendly for point clouds registration with symmetrical structure.
The text was updated successfully, but these errors were encountered:
Hi @zhulf0804,
Thank you for your interest in our work. I understand your concern about the translation. The mean subtraction step is present in code as we follow the same settings as of ICP and PointNetLK algorithms. We have observed that even if you train the network without mean subtraction, the results will follow similar trends.
I understand that EMD and CD loss won't be very friendly in case of symmetrical structure or higher initial misalignments.
I see the partial-to-complete as a very interesting result. If you would be able to share the trained model with me then, I would be glad to have it on the repository for everyone's benefit. Of course, you will be acknowledged.
Hi vinits5,
Glad to hear from your. And i have sent the trained model by the email you provided above.
I observed some partial-to-complete registration results may not good due to the simple network design, but most partial-to-complete registration results seems ok.
I am doing some attempts to optimize the model. Looking forward to communicating with you.
Hi vinits:
Thanks for your nice work and open source code. I find the following code is not good, because the normalization operation almost removes the translation between the source point cloud and the template point cloud.
I re-implemented the network in https://github.com/zhulf0804/PCReg.PyTorch with modifications(iterative emd loss, partial registration, pairs point cloud generation, without mean substration, etc.), I got the following visualization results:
I found EMD loss or CD loss is not friendly for point clouds registration with symmetrical structure.
The text was updated successfully, but these errors were encountered: