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 @@ -169,7 +169,7 @@ python -m evaluate_wrt_control_points --estimate demo/estimate/sequence_1_19.txt
--output_path demo_outputs/eval_cp
```

*This command evaluates the provided estimate w.r.t. control points and stores the results in `demo/eval_cp`. The `--corresponding_sensor` flag indicates which sensor the poses are expressed in (e.g., `imu` or `cam0`).*
*This command evaluates the provided estimate w.r.t. control points and stores the results in `demo/eval_cp`. The `--corresponding_sensor` flag indicates which sensor the poses are expressed in (e.g., `imu` or `cam0`). Note that the evaluation by default assumes that the estimated trajectory (from the estimate file) includes transformations from the world to the IMU frame.*

To learn more about the control points and sparse evaluation, refer to Section 4.1 and 4.2 of our paper.

Expand Down