Update docstrings of tests.py
This commit is contained in:
parent
c02c5d1769
commit
0b745a0a03
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user