mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-05-08 08:23:25 +08:00
a7cf09354e
* Add time statis functions for fastdeploy model * Create README.md * Update README.md * Update fastdeploy_model.cc * Update fastdeploy_model.cc
目标检测模型
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 |