dougzhi
dougzhi
> 我也一样的问题,我用paddleDetection 的 picodet_lcnet_x2_5_640_mainbody.yml 训练的主体检测,替换PaddleClas的主体检测,用PaddleServing 部署,启动成功,但是识别会报错: ERROR 2022-11-02 10:27:02,137 [error_catch.py:106] Log_id: 0 Traceback (most recent call last): File "/opt/miniconda3/envs/python38/lib/python3.8/site-packages/paddle_serving_server/pipeline/error_catch.py", line 97, in wrapper res = func(*args, **kw) File "/opt/miniconda3/envs/python38/lib/python3.8/site-packages/paddle_serving_server/pipeline/error_catch.py", line...
> 将 is_thread_op 改为 true 后 > > ``` > # op资源类型, True, 为线程模型;False,为进程模型 > is_thread_op: True > ``` > > 报错变为 > > ``` > ❯ python web_service.py >...
me too