官方推荐Paddle Inference部署PaddleDetection导出的模型,但是没写怎样集成在Python后端

Author: luweianCreated Apr 30, 2026Updated May 12, 2026

问题确认 Search before asking

  • 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.

请提出你的问题 Please ask your question

只写了 命令行部署 python deploy/python/infer.py --model_dir=./output_inference/yolov3_darknet53_270e_coco --image_file=./demo/000000014439.jpg --device=GPU, 应该怎样集成在Python服务端呢?

Source: PaddlePaddle/PaddleDetection