fix(cli): disable depth unless verify/refine enabled
- Ensure default extrinsics calibration runs with depth mode NONE - Depth is only enabled when --verify-depth or --refine-depth is set - Document opt-in behavior in notepad
This commit is contained in:
@@ -79,3 +79,4 @@ The integration needs to:
|
||||
- Refinement only runs if sufficient valid depth points (>4) exist.
|
||||
- Refined pose (`T_refined`) replaces the original RANSAC mean pose in the output JSON if refinement is successful.
|
||||
- Original RANSAC stats remain in `stats` field, while refinement deltas are in `refine_depth`.
|
||||
- Opt-in depth behavior: Depth computation is now explicitly disabled in `calibrate_extrinsics.py` unless `--verify-depth` or `--refine-depth` is set. This prevents unnecessary GPU/CPU overhead during standard extrinsic calibration.
|
||||
|
||||
Reference in New Issue
Block a user