Small updates.
This commit is contained in:
13
README.md
13
README.md
@ -27,6 +27,11 @@ Fast triangulation of multiple persons from multiple camera views.
|
||||
./run_container.sh
|
||||
```
|
||||
|
||||
- Build triangulator:
|
||||
```bash
|
||||
cd /RapidPoseTriangulation/swig/ && make all && cd ../tests/ && python3 test_interface.py && cd ..
|
||||
```
|
||||
|
||||
- Test with samples:
|
||||
```bash
|
||||
python3 /RapidPoseTriangulation/scripts/test_triangulate.py
|
||||
@ -37,11 +42,3 @@ Fast triangulation of multiple persons from multiple camera views.
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
python3 /RapidPoseTriangulation/scripts/test_skelda_dataset.py
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
## Debugging
|
||||
|
||||
```bash
|
||||
cd /RapidPoseTriangulation/swig/ && make all && cd ../tests/ && python3 test_interface.py && cd ..
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user