Skip to content

Commit aa9c1da

Browse files
committed
resukt
1 parent c10748c commit aa9c1da

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,17 @@ To extract images from a `.vrs` file, it is required to install the [VRS Command
236236
To run an example visual-inertial optimization on the demo data downloaded following [download demo data](#download-demo-data) (Here the intitial estimation file in the demo is from a run of [OpenVINS](https://docs.openvins.com/)):
237237
```bash
238238
python -m example_vi_optimization --output demo_outputs/vi_optim \
239-
--vrs demo/R_11_5cp/raw_data/R_11_5cp.vrs \
240-
--estimate demo/estimate/R_11_5cp.txt
239+
--vrs demo/sequence_1_19/raw_data/sequence_1_19.vrs \
240+
--estimate demo/estimate/sequence_1_19.txt
241241
```
242-
TODO: Add two plots and caption.
243-
242+
<p align="center">
243+
<img src="assets/optimized_result.png" width="250"/><br/>
244+
<em>
245+
<span style="color: #ff0000; font-weight: bold;">Red</span> : Optimized trajectory,
246+
<span style="color: #0000ff; font-weight: bold;">Blue</span> : Initial trajectory,
247+
<span style="color: #008000; font-weight: bold;">Green</span> : Control points
248+
</em>
249+
</p>
244250

245251
## BibTeX citation
246252
```bibtex

0 commit comments

Comments
 (0)