feat: implement global world-basis conversion for Plotly visualization
This commit is contained in:
@@ -102,7 +102,7 @@ uv run visualize_extrinsics.py -i output/extrinsics.json \
|
||||
|
||||
**Troubleshooting:**
|
||||
- **Cameras bunched up?** Check `--pose-convention`. `world_from_cam` is the standard convention for `calibrate_extrinsics.py` outputs. `cam_from_world` is deprecated.
|
||||
- **Axes flipped?** Use `--render-space opengl` to match C++ viewer conventions (X right, Y up, Z backward). Default is `opencv` (X right, Y down, Z forward).
|
||||
- **Axes flipped?** Use `--world-basis opengl` to match C++ viewer conventions (X right, Y up, Z backward). Default is `cv` (X right, Y down, Z forward).
|
||||
- **Config not matching?** Ensure JSON keys match the serial numbers in `SN<serial>.conf` filenames.
|
||||
|
||||
For full options:
|
||||
|
||||
Reference in New Issue
Block a user