Giter VIP home page Giter VIP logo

Comments (4)

lukasvst avatar lukasvst commented on July 28, 2024

I think the problem is that the command you're running contains the comments, so everything after the first #is not executed anymore.
Can you try the following?

./bin/dmvio_dataset files=/home/nuc/Desktop/dataset-corridor1_512_16/dso/cam0/images vignette=/home/nuc/Desktop/dataset-corridor1_512_16/dso/cam0/vignette.png imuFile=/home/nuc/Desktop/dataset-corridor1_512_16/dso/imu.txt gtFile=/home/nuc/Desktop/dataset-corridor1_512_16/dso/gt_imu.csv calib=/home/nuc/library/dm-vio/configs/tumvi_calib/camera02.txt gamma=/home/nuc/library/dm-vio/configs/tumvi_calib/pcalib.txt imuCalib=/home/nuc/library/dm-vio/configs/tumvi_calib/camchain.yaml mode=0 use16Bit=1 preset=0 nogui=1 resultsPrefix=/home/nuc/library/dm-vio/result/result settingsFile=/home/nuc/library/dm-vio/configs/tumvi.yaml start=2

from dm-vio.

snakehaihai avatar snakehaihai commented on July 28, 2024

Hi I tried and it works. Thanks

May I ask if I have a dataset in ROS bag format. How do i convert it into your reqired format? is there script that I can use?

from dm-vio.

lukasvst avatar lukasvst commented on July 28, 2024

At the moment there is no script for this so it will be a bit complicated, but I can give you some directions how it can be done:

  • It might be a good idea to first convert to the EuRoC format, there should be scripts online which can do that, but I haven't tested them.
  • You will need to generate a times.txt file which contains one line for each image (and optionally also the exposure). It needs to be stored in the parent folder of the images.
  • Then you will need to interpolate the IMU data, e.g. using this script: https://github.com/lukasvst/dm-vio-python-tools/blob/master/interpolate_imu_file.py
  • Finally you need to create a camera.txt file with the camera calibration.

I hope this helps.

from dm-vio.

snakehaihai avatar snakehaihai commented on July 28, 2024

ok thx. i`ll try

from dm-vio.

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.