yuxng / YCB_Video_toolbox

Toolbox for the YCB-Video dataset
https://rse-lab.cs.washington.edu/projects/posecnn/
MIT License
147 stars 38 forks source link

Some question about error metrics #6

Open BlankCheng opened 5 years ago

BlankCheng commented 5 years ago

Hello. I'm testing some icp methods on your dataset . In evaluate_poses_keyframe.m, there are translation error metric and rotation error metric. I wonder if the t_est in it is a pose or just the last column of transfomation matrix T(4*4) because in function add, t_est represents the last column of T. But if I use the definition in function te, it seems that it just measure distance difference the cloud travels, but not distance between ground truth cloud and our estimated cloud.