Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ The input pose estimate file must follow the same format as described in the [in
To extract images from a `.vrs` file, it is required to install the [VRS Command Line Tools](https://facebookresearch.github.io/vrs/docs/VrsCliTool/). Please follow the instructions [here](https://github.com/facebookresearch/vrs?tab=readme-ov-file#instructions-macos-and-ubuntu-and-container) to install the library from source.

### Running the example
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/)):
To run an example visual-inertial optimization on the demo data downloaded following [download demo data](#download-demo-data) (Here the initial estimation file in the demo is from a run of [OpenVINS](https://docs.openvins.com/)):
```bash
python -m example_vi_optimization --output demo_outputs/vi_optim \
--vrs demo/sequence_1_18/raw_data/sequence_1_18.vrs \
Expand Down