openpose_api/scripts/test.sh

9 lines
143 B
Bash
Raw Normal View History

2024-10-16 23:57:08 +00:00
#!/bin/bash
# -F "hand=true" \
# -F "face=true" \
curl \
-m 240 \
-F "image=@examples/two_standing.jpg" \
'http://localhost:7474/openpose'