NVlabs / PoseCNN-PyTorch

PyTorch implementation of the PoseCNN framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The noise in ground truth dataset

alanxuefei opened this issue · comments

commented

According to the paper, the depth video is used to obtain ground truth for avoiding manual labeling. I guess that it could be scan matching and global optimization.

I tried to reproduce the scenario in a 3D visualization tool (Rviz2) using ground truth data.
1, Shift the camera axes using rotation_translation_matrix.
2, Re-project 3D point cloud into camera axes.

Peek 2021-05-27 10-56

The items in the 3D world jump at the centimeter level.
The length of axes in the simulator is 1 meter. Blue is the Z axe.
In theory, ground truth may also have noise.
Is it caused by the noise from the ground truth or my re-projection method?

I find the given ground truth of camera pose have some errors with the true ground truth. Try to use object pose ground truth to get camera pose.