19 lines
400 B
Markdown
19 lines
400 B
Markdown
# Test ONNX with EasyPose
|
|
|
|
Code files originally from: https://github.com/Dominic23331/EasyPose.git
|
|
|
|
<br>
|
|
|
|
```bash
|
|
docker build --progress=plain -f extras/easypose/dockerfile -t rpt_easypose .
|
|
|
|
./extras/easypose/run_container.sh
|
|
```
|
|
|
|
```bash
|
|
export CUDA_VISIBLE_DEVICES=0
|
|
|
|
python3 /RapidPoseTriangulation/scripts/test_triangulate.py
|
|
python3 /RapidPoseTriangulation/scripts/test_skelda_dataset.py
|
|
```
|