run_cpp_serving.sh 325 字节
Newer Older
S
stephon 已提交
1
nohup python3 -m paddle_serving_server.serve \
S
stephon 已提交
2
--model ../../models/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_serving \
S
stephon 已提交
3 4 5
 --port 9293 >>log_mainbody_detection.txt 1&>2 &

nohup python3 -m paddle_serving_server.serve \
S
stephon 已提交
6
--model ../../models/general_PPLCNet_x2_5_lite_v1.0_serving \
S
stephon 已提交
7
--port 9294 >>log_feature_extraction.txt 1&>2 &