10 lines
227 B
Markdown
10 lines
227 B
Markdown
# Test ONNX with EasyPose
|
|
|
|
Code files originally from: https://github.com/Dominic23331/EasyPose.git
|
|
|
|
```bash
|
|
docker build --progress=plain -f extras/easypose/dockerfile -t rpt_easypose .
|
|
|
|
./extras/easypose/run_container.sh
|
|
```
|