This commit is contained in:
2025-12-24 15:41:11 +08:00
parent 3f89431434
commit c69de41680

View File

@ -170,14 +170,14 @@ HPE 服务提供基于深度学习的人体姿态估计能力,可从输入图
```bash
# 使用 uv 直接运行(自动安装依赖)
uv run scripts/client_example.py photo.jpg
uv run scripts/client_example.py figures/sample.jpg
# 指定自定义 URL
uv run scripts/client_example.py photo.png --url https://api.pose.weihua-iot.cn/hpe
uv run scripts/client_example.py figures/sample.jpg --url https://api.pose.weihua-iot.cn/hpe
# 或使用传统方式(需先安装 httpx
pip install httpx
python scripts/client_example.py photo.jpg
python scripts/client_example.py figures/sample.jpg
```
### Bash/cURL 示例