Open brianm-sra opened 3 years ago
I downloaded the "corridor" data sets, and modifed the script to start with those, and it seems to be working now with at least one of those corridor sets. Interesting.
There still seem to be issues getting the tum-vi "room" scenes to work
I realized later that it did actually generate these files:
-rw-rw-r-- 1 b1.miller b1.miller 307709 Oct 29 12:10 f_dataset-room1_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 314388 Oct 29 12:14 f_dataset-room2_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 312089 Oct 29 12:19 f_dataset-room3_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 242385 Oct 29 12:22 f_dataset-room4_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 318183 Oct 29 12:26 f_dataset-room5_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 297024 Oct 29 12:30 f_dataset-room6_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 8342 Oct 29 12:10 kf_dataset-room1_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 8442 Oct 29 12:14 kf_dataset-room2_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 8408 Oct 29 12:19 kf_dataset-room3_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 7537 Oct 29 12:22 kf_dataset-room4_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 8317 Oct 29 12:26 kf_dataset-room5_512_stereoi.txt
-rw-rw-r-- 1 b1.miller b1.miller 7966 Oct 29 12:30 kf_dataset-room6_512_stereoi.txt
Hello, I am trying to run ORB_SLAM3 examples on Linux Ubuntu 18.04.5 LTS
I was able to successfully build lib/libORB_SLAM3.so
I was able to successfully run the example scripts euroc_examples.sh and euroc_eval_examples.sh (although I have one question about how to find the computed numerical values of ATE and RPE used to create the graphs in the PDF output files).
But now my main problem is when trying to run tum_vi_examples.sh
I did these steps:
ORB-SLAM3 Copyright (C) 2017-2020 Carlos Campos, Richard Elvira, Juan J. Gómez, José M.M. Montiel and Juan D. Tardós, University of Zaragoza. ORB-SLAM2 Copyright (C) 2014-2016 Raúl Mur-Artal, José M.M. Montiel and Juan D. Tardós, University of Zaragoza. This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions. See LICENSE.txt.
Input sensor was set to: Monocular
Loading ORB Vocabulary. This could take a while... Vocabulary loaded!
Creation of new map with id: 0 Creation of new map with last KF id: 0 Seq. Name:
Camera Parameters:
ORB Extractor Parameters:
It launches two windows:
The windows stay in this state forever as far as I can tell. I tried it a few times this week, and even left it running over night one night.
Any ideas ?
When I ran previously with EuRoC, I could see things working as expected (visuals seen in the windows) but not for TUM-VI