Encounter runtime_error during run_video_slam #75
-
root@host:/openvslam/build# ./run_video_slam -v ../orb_vocab/orb_vocab.dbow2 -m ../aist_living_lab_1/video.mp4 -c ../aist_living_lab_1/config.yaml --frame-skip 3 --no-sleep --map-db map.msg [2021-04-27 04:41:59.412] [I] loading ORB vocabulary: ../orb_vocab/orb_vocab.dbow2 Does anyone know how to fix this error? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Does |
Beta Was this translation helpful? Give feedback.
-
If you are using FBoW, use orb_vocab.fbow (in https://github.com/OpenVSLAM-Community/FBoW_orb_vocab) instead of orb_vocab.dbow2. |
Beta Was this translation helpful? Give feedback.
If you are using FBoW, use orb_vocab.fbow (in https://github.com/OpenVSLAM-Community/FBoW_orb_vocab) instead of orb_vocab.dbow2.