Merge pull request #371 from woo1/test

Correcting an invalid guide
This commit is contained in:
Qing Shuai 2024-05-06 16:12:29 +08:00 committed by GitHub
commit 206c95065f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,7 +216,7 @@ A window will be shown for checking.
**Check the results with a cube.** **Check the results with a cube.**
```bash ```bash
python3 apps/calibration/check_calib.py ${extri} --out ${extri}/output --cube python3 apps/calibration/check_calib.py ${data} --out ${data}/output --mode cube --write
``` ```
You'll get results in `$data/output/cube`. You'll get results in `$data/output/cube`.