tsdf-fusion-python icon indicating copy to clipboard operation
tsdf-fusion-python copied to clipboard

How To Get Camera Pose

Open xuzhenhao123 opened this issue 5 years ago • 5 comments

Hi there, I want to make pose.txt with my own data, but I don’t know how this 4*4 matrix is generated. Some people said that it is to obtain the pose relative to each frame according to a specific key frame. https://github.com/intel-isl/Open3D/blob/master/examples/Python/ReconstructionSystem/make_fragments.py I used this method which is talked in previous issues. I dont konw the trans,odo_init which is we want. Result is bad with original dataset:

1

xuzhenhao123 avatar Jun 28 '20 03:06 xuzhenhao123

Hi there, I want to make pose.txt with my own data, but I don’t know how this 4*4 matrix is generated. Some people said that it is to obtain the pose relative to each frame according to a specific key frame. https://github.com/intel-isl/Open3D/blob/master/examples/Python/ReconstructionSystem/make_fragments.py I used this method which is talked in previous issues. I dont konw the trans,odo_init which is we want. Result is bad with original dataset:

1

Hi! Do you solve the issue ? I also have the same question like you. I don't know exactly what's pose data in the repo?

quangtn266 avatar Dec 16 '21 03:12 quangtn266

I met the same problem,and I tried to use ORB-SLAM3 to get the pose ,but the result was so bad.

baimao-v avatar Dec 29 '21 02:12 baimao-v

I met the same problem,and I tried to use ORB-SLAM3 to get the pose ,but the result was so bad.

Please, follow this thread.

https://github.com/andyzeng/tsdf-fusion/issues/17

quangtn266 avatar Dec 29 '21 04:12 quangtn266

I met the same problem,does anyone have a solution?

blackmoon-cyr avatar Feb 25 '22 21:02 blackmoon-cyr