提交 029f382e 编写于 作者: B BohaoWu

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

...@@ -41,7 +41,8 @@ if '${PACK}' == 'ON': ...@@ -41,7 +41,8 @@ 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') print("新建目录")
os.system('mkdir -p ./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')
os.system('cp ../core/preprocess/hwvideoframe/cuda/libgpu.so ./paddle_serving_app/reader/lib') os.system('cp ../core/preprocess/hwvideoframe/cuda/libgpu.so ./paddle_serving_app/reader/lib')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册