next attempt at debugging
This commit is contained in:
parent
d5be00e9b1
commit
169a0348c8
1
.github/workflows/continuous-integration.yml
vendored
1
.github/workflows/continuous-integration.yml
vendored
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user