Closed kingbirdWc closed 2 years ago
谢谢,请问拿官方的模型哪来推理的话该怎么用呢?解压后是params, model,infer_cfg.yml三个文件,而infer.py需要是pdparams格式的,怎么用这些来推理?
这两种格式是等价的,都支持的,只是命名不同~
Since this issue has not been updated for more than three months, it will be closed, if it is not solved or there is a follow-up one, please reopen it at any time and we will continue to follow up. It is recommended to pull and try the latest code first. 由于该问题超过三个月未更新,将会被关闭,若问题未解决或有后续问题,请随时重新打开(建议先拉取最新代码进行尝试),我们会继续跟进。
Paddle Lite Demo中有提供树莓派的目标检测示例 https://github.com/PaddlePaddle/Paddle-Lite-Demo
模型的话,
release分支的ppyolo tiny可以试下:
https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.2/configs/ppyolo/README_cn.md#pp-yolo-tiny%E6%A8%A1%E5%9E%8B
dev分支的picodet可以试下: https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/picodet