mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
1.4 KiB
1.4 KiB
English | 简体中文
FastestDet Ready-to-deploy Model
- The deployment of the FastestDet model is based on FastestDet and Pre-trained Model Based on COCO 2017
- (1)The *.onnx provided by Official Repository can be deployed directly;
- (2)The FastestDet model trained by personal data should employ
test.py
in FastestDet to export the ONNX files for deployment.
Download Pre-trained ONNX Model
For developers' testing, models exported by FastestDet are provided below. Developers can download them directly. (The accuracy in the following table is derived from the source official repository)
Model | Size | Accuracy | Note |
---|---|---|---|
FastestDet | 969KB | 25.3% | This model file is sourced from FastestDet,BSD-3-Clause license |
Detailed Deployment Documents
Release Note
- Document and code are based on FastestDet