提交 b1f93851 编写于 作者: B BohaoWu

Merge branch 'Zelda' of https://github.com/BohaoWu/Serving into Zelda

...@@ -40,7 +40,7 @@ max_version, mid_version, min_version = python_version() ...@@ -40,7 +40,7 @@ max_version, mid_version, min_version = python_version()
if '${PACK}' == 'ON': if '${PACK}' == 'ON':
copy_lib() copy_lib()
if os.path.exists(../core/preprocess/hwvideoframe/libgpupreprocess.so): if os.path.exists('../core/preprocess/hwvideoframe/libgpupreprocess.so'):
os.system('mkdir ./paddle_serving_app/reader/lib') os.system('mkdir ./paddle_serving_app/reader/lib')
os.system('cp ../core/preprocess/hwvideoframe/libgpupreprocess.so ./paddle_serving_app/reader') os.system('cp ../core/preprocess/hwvideoframe/libgpupreprocess.so ./paddle_serving_app/reader')
os.system('cp ../core/preprocess/nvdec-extractframe/libhwextract.so ./paddle_serving_app/reader') os.system('cp ../core/preprocess/nvdec-extractframe/libhwextract.so ./paddle_serving_app/reader')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册