diff --git a/README.md b/README.md index 6528db6..c04feca 100644 --- a/README.md +++ b/README.md @@ -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.