Remove empty session, add multi-person

This commit is contained in:
David PAGNON 2024-02-27 21:20:09 +01:00 committed by GitHub
parent 9438152ae0
commit 8447a8a6e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,5 +55,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
cd Pose2Sim/Demo/S00_Demo_Session
cd Pose2Sim/S00_Demo_Session
pytest -v test.py