DroidCalib
DroidCalib copied to clipboard
How can I obtain camera pose?
I print the poses
from poses = droid.video.poses[:t].cpu().numpy()
, and got:
[[0. 0. 0. 0. 0. 0. 1.]
[0. 0. 0. 0. 0. 0. 1.]
[0. 0. 0. 0. 0. 0. 1.]]
this is not the real pose, So how can I obtain camera poses? thanks a lot!