Skip to content

Commit cd29d84

Browse files
authored
fix test case (#5684)
1 parent be40e17 commit cd29d84

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

paddlecv/configs/system/PP-Human-Attr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV:
66
cpu_threads: 1
77
trt_use_static: False
88
save_img: True
9-
save_res: False
9+
save_res: True
1010
return_res: True
1111

1212

paddlecv/configs/system/PP-Human.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV:
66
cpu_threads: 1
77
trt_use_static: False
88
save_img: True
9-
save_res: False
9+
save_res: True
1010
return_res: True
1111

1212

paddlecv/docs/INSTALL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ cd models/paddlecv
4646
4747
# 编译安装paddlecv
4848
python setup.py install
49+
50+
# 安装其他依赖
51+
# linux环境
52+
apt-get install libsndfile1
53+
# windows环境参考http://www.mega-nerd.com/libsndfile/#Download
4954
```
5055

5156
同时支持whl包安装使用,详细步骤参考[文档](whl.md)

paddlecv/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ Pillow
66
faiss-cpu==1.7.1.post2
77
paddlenlp
88
paddlespeech
9+
pycocotools
10+
filterpy
11+
shapely
12+
pyclipper

0 commit comments

Comments
 (0)