Huangying-Zhan / DF-VO

Depth and Flow for Visual Odometry
https://df-vo.readthedocs.io
MIT License
565 stars 117 forks source link

Pretrained TUM RGBD and tips on implementing per-frame #9

Open Any0019 opened 4 years ago

Any0019 commented 4 years ago

Hello, thank you for such a great work. Was very interested in two things for my own project. 1) Do you have an opened pretrained model for TUM-RGBD, which you have shown in the demo? 2) I want to use your approach in my own work for per-frame localization function in close-space environment and was wondering is there any easy way to use your model the way that you will give it position on step t (last position) and new frame (after moving) on every step and it will return you updated position w.r.t. to new image and the actual move that has been done? Would be very grateful for your help.