vslamlab commited on
Commit
f2a572c
·
verified ·
1 Parent(s): eb7dc28

Upload 2 files

Browse files
Files changed (2) hide show
  1. droid.pth +3 -0
  2. vslamlab_droidslam_settings.yaml +19 -0
droid.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46476ef64cde45a97504910d6f3de2eef7b398ec1c6e4e668815c29076024526
3
+ size 16061701
vslamlab_droidslam_settings.yaml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ settings:
2
+ t0: 0 # starting frame
3
+ stride: 3 # frame stride
4
+
5
+ buffer: 512
6
+
7
+ beta: 0.3 # weight for translation / rotation components of flow
8
+ filter_thresh: 2.4 # how much motion before considering new keyframe
9
+ warmup: 8 # number of warmup frames
10
+
11
+ keyframe_thresh: 4.0 # threshold to create a new keyframe
12
+ frontend_thresh: 16.0 # add edges between frames whithin this distance
13
+ frontend_window: 25 # frontend optimization window
14
+ frontend_radius: 2 # force edges between frames within radius
15
+ frontend_nms: 1 # non-maximal supression of edges
16
+
17
+ backend_thresh: 22.0
18
+ backend_radius: 2
19
+ backend_nms: 3