Update docstrings of tests.py

This commit is contained in:
David PAGNON 2024-06-12 11:34:30 +02:00 committed by GitHub
parent c02c5d1769
commit 0b745a0a03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
########################################
- BATCH SESSION:
- Calibration
- Calibration conversion from .qca.txt
- Single person:
- synchronization
- person association
@ -29,6 +29,11 @@
- triangulation
- filtering
- marker augmentation
N.B.: Calibration from scene dimensions is not tested, as it requires the
user to click points on the image.
Not all possible configuration parameters are extensively tested.
Pose estimation, scaling, inverse kinematics are not tested yet.
Usage:
from Pose2Sim.S00_Demo_BatchSession import tests; tests.test_workflow()
@ -77,7 +82,12 @@ def test_workflow():
- triangulation
- filtering
- marker augmentation
N.B.: Calibration from scene dimensions is not tested, as it requires the
user to click points on the image.
Not all possible configuration parameters are extensively tested.
Pose estimation, scaling, inverse kinematics are not tested yet.
Usage:
from Pose2Sim.S00_Demo_BatchSession import tests; tests.test_workflow()
python tests.py
@ -196,4 +206,4 @@ def test_workflow():
if __name__ == '__main__':
test_workflow()
test_workflow()