-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrun_tracker_visualization.sh
More file actions
47 lines (41 loc) · 1.03 KB
/
Copy pathrun_tracker_visualization.sh
File metadata and controls
47 lines (41 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#!/usr/bin/env bash
set -e
# ==============================================
# 1) Run with OpenCV SIFT detector + BF matcher:
# ==============================================
# python3 -m slam.monocular.main \
# --dataset tum-rgbd \
# --base_dir ./Dataset \
# --detector akaze \
# --matcher bf \
# --fps 10 \
# --ransac_thresh 1.0 \
# --no_viz3d
# ==============================================
# 2) (Alternative) Run with ALIKED + LightGlue:
# ==============================================
# python3 -m slam.monocular.main4 \
# --dataset kitti \
# --base_dir ./Dataset \
# --use_lightglue \
# --ransac_thresh 1.0
# # --fps 10 \
# # --no_viz3d
# TEST
# python3 -m slam.monocular.main4 \
# --dataset tum-rgbd \
# --base_dir ./Dataset \
# --detector akaze \
# --matcher bf \
# --no_viz3d
# # --use_lightglue \
# # --no_viz3d
# # --fps 10 \
# # --no_viz3d
python3 -m slam.monocular.main_revamped \
--dataset kitti \
--base_dir ./Dataset \
--use_lightglue \
--no_viz3d
# --fps 10 \
# --no_viz3d