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
for src, target, rotation_ab, translation_ab, rotation_ba, translation_ba, euler_ab, euler_ba in tqdm(test_loader):
For the code above, i get that the src the source point cloud, and the target is the transformed point cloud. The net would calculate a matrix to make those two point cloud can coincide. However, i visuaize the src and the target, and i can see the shape of src while the target is just some scattered points. What i kown the point registation is rigid transformation, is there anything wrong that the target make shape change in the transformation or i don't get the meaning what you want to explain?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: