未验证 提交 cd29d84c 编写于 作者: W wangguanzhong 提交者: GitHub

fix test case (#5684)

上级 be40e170
......@@ -6,7 +6,7 @@ ENV:
cpu_threads: 1
trt_use_static: False
save_img: True
save_res: False
save_res: True
return_res: True
......
......@@ -6,7 +6,7 @@ ENV:
cpu_threads: 1
trt_use_static: False
save_img: True
save_res: False
save_res: True
return_res: True
......
......@@ -46,6 +46,11 @@ cd models/paddlecv
# 编译安装paddlecv
python setup.py install
# 安装其他依赖
# linux环境
apt-get install libsndfile1
# windows环境参考http://www.mega-nerd.com/libsndfile/#Download
```
同时支持whl包安装使用,详细步骤参考[文档](whl.md)
......
......@@ -6,3 +6,7 @@ Pillow
faiss-cpu==1.7.1.post2
paddlenlp
paddlespeech
pycocotools
filterpy
shapely
pyclipper
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册