OpenVSLAM Error while using socket viewer: tracking lost within 5 sec after initialization #93
-
Hello, In my project i have been given a '.mp4' file which is input for OpenVSLAM. Equirectangular model for RICOH THETA S#==============# Camera Model#==============# Camera: fps: 5.0 color_order: "RGB" #================# ORB Parameters#================# Feature: #====================# Mapping Parameters#====================# Mapping: But when i run Open VSLAM for my mp4 file, initially for few seconds i get message as "tracking lost within 5 sec after initialization" and the tracking and mapping just restarts from that point. After certain point it works fine. Hence mapping is not complete. Is it some thing to do with my .yaml file or some thing else? The message log is given below. Could anyone please help me to resolve the error. root@***-desktop:/openvslam/build# ./run_video_slam -v ./orb_vocab.fbow -c ../example/aist/theta.yaml -m ./theta_video/7_tracking_long.mp4 --frame-skip 3 --map-db 7_tracking_long.msg / _ \ _ __ ___ _ \ \ / / __| | /\ | / | Copyright (C) 2019, This is free software, Camera: [2021-05-13 06:40:22.452] [I] loading ORB vocabulary: ./orb_vocab.fbow Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
@Udaykiran87 I was thinking could be due to the big resolution, but I saw some people who were able to run it even with 4K resolution and with the same resolution as you... |
Beta Was this translation helpful? Give feedback.
-
I suggest that you rotate (turn) the camera very slowly and see if you can reproduce it. I think the frame rate of 5 fps is not enough for tracking fast rotations. |
Beta Was this translation helpful? Give feedback.
-
Because you have a 4k resolution, you need to increase the parameter "max_num_keypoints",like 20000 |
Beta Was this translation helpful? Give feedback.
I suggest that you rotate (turn) the camera very slowly and see if you can reproduce it. I think the frame rate of 5 fps is not enough for tracking fast rotations.