Renamed project.
This commit is contained in:
16
README.md
16
README.md
@ -1,6 +1,6 @@
|
||||
# SimplePoseTriangulation
|
||||
# RapidPoseTriangulation
|
||||
|
||||
Triangulation of multiple persons from multiple camera views.
|
||||
Fast triangulation of multiple persons from multiple camera views.
|
||||
|
||||
<div align="center">
|
||||
<img src="media/2d-k.jpg" alt="2D detections"" width="65%"/>
|
||||
@ -17,25 +17,25 @@ Triangulation of multiple persons from multiple camera views.
|
||||
|
||||
- Clone this project with submodules:
|
||||
```bash
|
||||
git clone --recurse-submodules https://gitlab.com/Percipiote/SimplePoseTriangulation.git
|
||||
cd SimplePoseTriangulation/
|
||||
git clone --recurse-submodules https://gitlab.com/Percipiote/RapidPoseTriangulation.git
|
||||
cd RapidPoseTriangulation/
|
||||
```
|
||||
|
||||
- Build docker container:
|
||||
```bash
|
||||
docker build --progress=plain -t simpleposetriangulation .
|
||||
docker build --progress=plain -t rapidposetriangulation .
|
||||
./run_container.sh
|
||||
```
|
||||
|
||||
- Test with samples:
|
||||
```bash
|
||||
python3 /SimplePoseTriangulation/scripts/test_triangulate.py
|
||||
python3 /RapidPoseTriangulation/scripts/test_triangulate.py
|
||||
```
|
||||
|
||||
- Test with _skelda_ dataset:
|
||||
```bash
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
python3 /SimplePoseTriangulation/scripts/test_skelda_dataset.py
|
||||
python3 /RapidPoseTriangulation/scripts/test_skelda_dataset.py
|
||||
```
|
||||
|
||||
<br>
|
||||
@ -43,5 +43,5 @@ Triangulation of multiple persons from multiple camera views.
|
||||
## Debugging
|
||||
|
||||
```bash
|
||||
cd /SimplePoseTriangulation/swig/ && make all && cd ../tests/ && python3 test_interface.py
|
||||
cd /RapidPoseTriangulation/swig/ && make all && cd ../tests/ && python3 test_interface.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user