Skip to content

Commit 3803309

Browse files
readme re-fix (#14)
1 parent 3a7a44c commit 3803309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ python -m evaluate_wrt_control_points --estimate demo/estimate/sequence_1_19.txt
169169
--output_path demo_outputs/eval_cp
170170
```
171171

172-
*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.*
172+
*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 IMU to the world frame (world_from_imu).*
173173

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

0 commit comments

Comments
 (0)