next attempt at debugging

This commit is contained in:
davidpagnon 2024-07-30 17:17:42 +02:00
parent d5be00e9b1
commit 169a0348c8
2 changed files with 1 additions and 2 deletions

View File

@ -64,6 +64,7 @@ jobs:
- name: Test with pytest - name: Test with pytest
env: env:
PYTHONIOENCODING: utf-8 PYTHONIOENCODING: utf-8
PYTHONUNBUFFERED: "1"
run: | run: |
cd Pose2Sim/Utilities cd Pose2Sim/Utilities
conda run -n pose2sim pytest -v tests.py --capture=sys conda run -n pose2sim pytest -v tests.py --capture=sys

View File

@ -14,8 +14,6 @@ Or calibrates cameras from checkerboard images.
Checkerboard calibration is based on Checkerboard calibration is based on
https://docs.opencv.org/3.4.15/dc/dbb/tutorial_py_calibration.html. https://docs.opencv.org/3.4.15/dc/dbb/tutorial_py_calibration.html.
/!\ Beware that corners must be detected on all frames, or else extrinsic
parameters may be wrong. Set show_corner_detection to 1 to verify.
INPUTS: INPUTS:
- a calibration file in the 'calibration' folder (.qca.txt extension) - a calibration file in the 'calibration' folder (.qca.txt extension)