mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-11-01 20:32:52 +08:00
目标检测模型
FastDeploy目前支持如下目标检测模型部署
| 模型 | 说明 | 模型格式 | 版本 |
|---|---|---|---|
| PaddleDetection/PPYOLOE | PPYOLOE系列模型 | Paddle | Release/2.4 |
| PaddleDetection/PicoDet | PicoDet系列模型 | Paddle | Release/2.4 |
| PaddleDetection/YOLOX | Paddle版本的YOLOX系列模型 | Paddle | Release/2.4 |
| PaddleDetection/YOLOv3 | YOLOv3系列模型 | Paddle | Release/2.4 |
| PaddleDetection/PPYOLO | PPYOLO系列模型 | Paddle | Release/2.4 |
| PaddleDetection/FasterRCNN | FasterRCNN系列模型 | Paddle | Release/2.4 |
| WongKinYiu/YOLOv7 | YOLOv7、YOLOv7-X等系列模型 | ONNX | v0.1 |