Giter Site home page Giter Site logo

Comments (10)

luigifreda avatar luigifreda commented on July 16, 2024 1

Thanks for the feedback!
That hiccup is really strange! I've managed that problem here:
https://github.com/luigifreda/pyslam/blob/ubuntu20/thirdparty/g2opy_changes/eigen_types.h#L185
Did you use the ubuntu20 branch? (This is the branch that must be used under Ubuntu 20 as explained in the README)

from pyslam.

luigifreda avatar luigifreda commented on July 16, 2024 1

I've just checked again that, both with docker and a real Ubuntu 20 install, g2opy get compiled correctly under the ubuntu20 branch.

from pyslam.

luigifreda avatar luigifreda commented on July 16, 2024 1

Hello @zxl152723,
Did you have time to read the main README file?
Did you study the code?
What's your experience with SLAM?

from pyslam.

SionHu avatar SionHu commented on July 16, 2024

Got this repo to work flawlessly with WSL2 under Windows 10 and Mac OS Big Sur!! Thank you for the great documentation!

from pyslam.

luigifreda avatar luigifreda commented on July 16, 2024

Awesome! Thanks for sharing your experience!

from pyslam.

SionHu avatar SionHu commented on July 16, 2024

No problem!! Just so you know, there was one hiccup that I encountered during the building of g2opy regarding the Eigen quaternion member access. I followed this pull request of g2opy official repo and got it to work. Maybe you can include this in your README in case anyone else has similar problems. 😄

from pyslam.

zxl152723 avatar zxl152723 commented on July 16, 2024

I run pySLAM under win10, and only run the visual odometer that is main_vo.py. The trajectory error on the Kitti data set is very small, as shown in the first figure, but the results are basically incorrect when running the TUM data set, as shown in the second as shown in the figure. I have changed the camera parameters in the program, why is this? I have tried several TUM datasets and they are all wrong~ I can't find where the problem is~
dd1431f58a88e81f6d990c16a61ba0b
a0eb721764e4f56881829f1ba864a72

from pyslam.

luigifreda avatar luigifreda commented on July 16, 2024

Hi,
you can't use main_vo.py on TUM datasets.
This is well explained in the README:
Screenshot from 2022-03-18 18-27-37

Indeed, with main_vo.py

you need to use a ground truth in order to recover a correct inter-frame scale s and estimate a valid trajectory by composing $C_k = C_{k-1} * [R_{k-1,k}, s t_{k-1,k}]$.
This script is a first start to understand the basics of inter-frame feature tracking and camera pose estimation.

You need the full main_slam.py in order to run other datasets.

You can find further details in this related thread #20.
As a side note, I think it's always great to take some time to read the main README file 🙂

from pyslam.

zxl152723 avatar zxl152723 commented on July 16, 2024

Hi, you can't use main_vo.py on TUM datasets. This is well explained in the REAMDE Screenshot from 2022-03-18 18-27-37

Indeed, with main_vo.py

you need to use a ground truth in order to recover a correct inter-frame scale s and estimate a valid trajectory by composing $C_k = C{k-1} * [R_{k-1,k}, s t_{k-1,k}]$._ This script is a first start to understand the basics of inter-frame feature tracking and camera pose estimation.

You need the full main_slam.py in order to run other datasets.

Thank you so much for your guidance, this pySLAM project of yours is really nice.

from pyslam.

zxl152723 avatar zxl152723 commented on July 16, 2024

Hello, I used main_slam.py to run the TUM dataset, but I only want the function of visual odometry, no need to map, how should I change it in the pySLAM program? Or what features are turned off?

from pyslam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.