Simple Tutorial is Not Working #596
Replies: 1 comment
-
Duplicate of #597 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently trying to run the Simple Tutorial of stella_vslam using SocketViewer. I am following this documentation, but it is not working correctly. Specifically, when I use this command (./run_video_slam -v ./orb_vocab.fbow -m ./aist_living_lab_1/video.mp4 -c ~/lib/stella_vslam/example/aist/equirectangular.yaml --frame-skip 3 --no-sleep --map-db-out map.msg), I get the following output.
I am not sure what the issue is, so if anyone can help me understand the cause, I would greatly appreciate it.
[2024-05-20 14:28:03.780] [I] config file loaded: ~/lib/stella_vslam/example/aist/equirectangular.yaml
--start-timestamp is not set. using system timestamp.
If --no-sleep is set without --start-timestamp, timestamps may overlap between multiple runs.
[2024-05-20 14:28:03.780] [I]
original version of OpenVSLAM,
Copyright (C) 2019,
National Institute of Advanced Industrial Science and Technology (AIST)
All rights reserved.
stella_vslam (the changes after forking from OpenVSLAM),
Copyright (C) 2022, stella-cv, All rights reserved.
This is free software,
and you are welcome to redistribute it under certain conditions.
See the LICENSE file.
Camera:
name: RICOH THETA S 960
setup: monocular
model: equirectangular
fps: 30.0
cols: 960
rows: 540
color_order: RGB
Preprocessing:
min_size: 800
mask_rectangles:
- [0.0, 1.0, 0.0, 0.1]
- [0.0, 1.0, 0.84, 1.0]
- [0.0, 0.2, 0.7, 1.0]
- [0.8, 1.0, 0.7, 1.0]
Feature:
name: default ORB feature extraction setting
scale_factor: 1.2
num_levels: 8
ini_fast_threshold: 20
min_fast_threshold: 7
Mapping:
backend: g2o
baseline_dist_thr_ratio: 0.02
redundant_obs_ratio_thr: 0.95
num_covisibilities_for_landmark_generation: 20
num_covisibilities_for_landmark_fusion: 20
residual_deg_thr: 0.4
Tracking:
backend: g2o
LoopDetector:
backend: g2o
enabled: true
reject_by_graph_distance: true
min_distance_on_graph: 50
GraphOptimizer:
min_num_shared_lms: 200
GlobalOptimizer:
thr_neighbor_keyframes: 100
System:
map_format: msgpack
num_grid_cols: 96
num_grid_rows: 48
[2024-05-20 14:28:03.780] [I] loading ORB vocabulary: ./orb_vocab.fbow
[2024-05-20 14:28:03.792] [I] load orb_params "default ORB feature extraction setting"
[2024-05-20 14:28:03.793] [I] startup SLAM system
[2024-05-20 14:28:03.793] [I] start mapping module
[2024-05-20 14:28:03.793] [I] start global optimization module
[2024-05-20 14:28:03] [connect] Successful connection
[2024-05-20 14:28:03] [connect] WebSocket Connection 127.0.0.1:3000 v-2 "WebSocket++/0.8.1" /socket.io/?EIO=4&transport=websocket&t=1716182883 101
[2024-05-20 14:28:03.794] [I] connected to server
[2024-05-20 14:28:04.430] [I] initialization succeeded with E
[2024-05-20 14:28:04.433] [I] new map created with 56 points: frame 84 - frame 85
[2024-05-20 14:28:04.862] [I] tracking lost: frame 131
[2024-05-20 14:28:04.862] [I] tracking lost within 5 sec after initialization
[2024-05-20 14:28:04.862] [I] resetting system
[2024-05-20 14:28:04.868] [I] reset global optimization module
[2024-05-20 14:28:04.872] [I] reset mapping module
[2024-05-20 14:28:04.872] [I] clear BoW database
[2024-05-20 14:28:04.877] [I] clear map database
[2024-05-20 14:28:05.169] [I] initialization succeeded with E
[2024-05-20 14:28:05.172] [I] new map created with 69 points: frame 162 - frame 163
[2024-05-20 14:28:06.956] [I] tracking lost: frame 362
[2024-05-20 14:28:08.483] [I] relocalization succeeded (frame=542, keyframe=2)
[2024-05-20 14:28:08.676] [I] tracking lost: frame 561
[2024-05-20 14:28:28.795] [I] connection closed correctly
[2024-05-20 14:28:28] [disconnect] Disconnect close local:[1000] remote:[1005]
Beta Was this translation helpful? Give feedback.
All reactions