1 源码下载 PaddleDetection 2 工程编译 参考:paddle 目标检测C++部署流程 3 导出模型 python tools/export_model.py -c configs/mot/fairmot/fairmot_dla34_30e_576x320.yml --output_dir =./inference -o weights=https://paddledet.bj.bcebos.com/models/mot/fairmot_dla34_30e_576x320.pdparams 4 测试