I have successfully built ORB_SLAM3. However, when I run the executables, like mono_tum, nothing happens and terminal gets stuck. Then, when I interrupt it, it again shows nothing. Does anyone have any idea how to debug this issue?
I'm trying to run the following command:
./Examples/Monocular/mono_tum ./Vocabulary/ORBvoc.txt ./Examples/Monocular/ours.yaml movc1.mp4
Update: I can get some output with ./Examples/Monocular/mono_euroc but mono_tum does not work weirdly.
Hello, thank you for your work!
I have successfully built ORB_SLAM3. However, when I run the executables, like mono_tum, nothing happens and terminal gets stuck. Then, when I interrupt it, it again shows nothing. Does anyone have any idea how to debug this issue?
I'm trying to run the following command:
./Examples/Monocular/mono_tum ./Vocabulary/ORBvoc.txt ./Examples/Monocular/ours.yaml movc1.mp4
Update: I can get some output with
./Examples/Monocular/mono_euroc
but mono_tum does not work weirdly.