openpose_api/scripts/test.sh

9 lines
143 B
Bash

#!/bin/bash
# -F "hand=true" \
# -F "face=true" \
curl \
-m 240 \
-F "image=@examples/two_standing.jpg" \
'http://localhost:7474/openpose'