ObjectDatasetTools icon indicating copy to clipboard operation
ObjectDatasetTools copied to clipboard

Question about compute_gt_poses.py

Open r-9li opened this issue 2 years ago • 1 comments

Thanks for @F2Wang for making this Third Party Program, which is very helpful! I have a question. In the compute_gt_poses.py file, this is how the odometer calculates: odometry = np.dot(transformation_icp, odometry) Why is the transformation_icp left multiplied instead of right multiplied?

r-9li avatar Feb 19 '23 07:02 r-9li

Another question. In create_label_files.py, why T = np.dot(transform, np.linalg.inv(Tform))

r-9li avatar Feb 19 '23 07:02 r-9li