Guodong Chen

Results 2 comments of Guodong Chen

I encountered the same problem as mentioned by @sonamkumar123 . I can only run deform_as_rigid_as_possible() on Armadillo mesh. If I use any other mesh, the problem persists. Can anyone solve...

@Ziriuzzz It appears that specifying the energy type is not the key. The problem still exists after setting `energy=o3d.geometry.DeformAsRigidAsPossibleEnergy.Spokes.` or `energy=o3d.geometry.DeformAsRigidAsPossibleEnergy.Smoothed`. After experiments, I finally found that the `deform_as_rigid_as_possible` function...