Commit 0edb1b8
Add rig support and upgrade colmap to version 3.12 (#201)
* rigged global positioning. Not debugged yet
* compilation debugged
* the rigged GP debugged
* debug code
* dbugging rig GP
* rig rotation averaging implemented
* minor
* rigged bundle adjustment
* rigged pipeline
* largest connect componenet establishment with rigs
* test entry point
* remove unnecessary dependency
* add support for relative pose estimation only
* change the snapshot logic
* minor
* migrate to COLMAP 3..12 (with rig support)
* refactor rotation averaging. RIGGED version not working yet
* d
* rigged rotation averaging debugged. The convergence is poor.
* rigged global positioning
* minor
* add stratefied rotation averaging for initialization
* rotation initializer
* gravity refinement with rig support
* unit test for mapper. Include additional non-trivial rig test
* unit test for RA. Add test for rig support
* add gravity aligned RA for rigs
* move the gravity property to frames
* add frame struct
* pose io with gravity support
* d
* remove the old version
* rename the rigged version back to normal
* name back the rigged version to default
* normalization with rig support
* cleanup and add support for cam-to-cam constraints
* add reconstruction normalization
* cleanup
* f
* d
* d
* f
* d
* d
* d
* d
* d
* skip unconnected images
* f
* Update glomap/controllers/global_mapper.cc
Co-authored-by: Johannes Schönberger <[email protected]>
* Update glomap/controllers/global_mapper.cc
Co-authored-by: Johannes Schönberger <[email protected]>
* renaming
* remove redundant files
* temp cam_from_world
* change version match to only consider the first two numbers
* changed todo
* renaming
* refactor the code so the is_registered is a frame property
* formulate the pruning with respect to frames
* m
* f
* d
* d
* Update to latest colmap and poselib
* Update glomap/estimators/cost_function.h
Co-authored-by: Johannes Schönberger <[email protected]>
* Update glomap/estimators/gravity_refinement.cc
Co-authored-by: Johannes Schönberger <[email protected]>
* Update glomap/estimators/gravity_refinement.cc
Co-authored-by: Johannes Schönberger <[email protected]>
* address minor issues
* clean up
* f
* d
* cleanup
* expose optimize_rig_poses in cli
* fix the bug for the reconstruction output when there are more than 1 cluster
* f
* make pair_id consistent with colmap
* fix the bug for ba with rig calibration
* f
* f
* stablize the reconstruction by removing nearly degenerate points
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
---------
Co-authored-by: Johannes Schönberger <[email protected]>
Co-authored-by: Johannes Schönberger <[email protected]>1 parent 4f475de commit 0edb1b8
File tree
56 files changed
+2337
-607
lines changed- .github/workflows
- cmake
- glomap
- controllers
- estimators
- exe
- io
- math
- processors
- scene
- scripts/format
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+2337
-607
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | | - | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | | - | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| |||
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
103 | 116 | | |
104 | 117 | | |
105 | 118 | | |
| |||
117 | 130 | | |
118 | 131 | | |
119 | 132 | | |
120 | | - | |
| 133 | + | |
121 | 134 | | |
122 | 135 | | |
123 | 136 | | |
| |||
145 | 158 | | |
146 | 159 | | |
147 | 160 | | |
148 | | - | |
149 | | - | |
150 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
151 | 164 | | |
152 | 165 | | |
153 | 166 | | |
154 | | - | |
155 | | - | |
156 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
157 | 170 | | |
158 | 171 | | |
159 | 172 | | |
| |||
183 | 196 | | |
184 | 197 | | |
185 | 198 | | |
186 | | - | |
| 199 | + | |
187 | 200 | | |
188 | 201 | | |
189 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 52 | | |
68 | 53 | | |
69 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
115 | | - | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
0 commit comments