Some mixed updates.

This commit is contained in:
Daniel
2024-12-18 16:28:13 +01:00
parent 07426fac2f
commit f8984f9408
6 changed files with 11 additions and 16 deletions

View File

@ -43,5 +43,5 @@ Fast triangulation of multiple persons from multiple camera views.
## Debugging
```bash
cd /RapidPoseTriangulation/swig/ && make all && cd ../tests/ && python3 test_interface.py
cd /RapidPoseTriangulation/swig/ && make all && cd ../tests/ && python3 test_interface.py && cd ..
```