Closed snakehaihai closed 2 years ago
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
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?
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:
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.https://github.com/lukasvst/dm-vio-python-tools/blob/master/interpolate_imu_file.py
I hope this helps.
ok thx. i`ll try
HI I`m encountering issue with the following error. can you help to address this?