DroidCalib icon indicating copy to clipboard operation
DroidCalib copied to clipboard

How can I obtain camera pose?

Open leviome opened this issue 3 months ago • 0 comments

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!

leviome avatar May 24 '24 09:05 leviome