mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-09-27 04:46:16 +08:00

* Update README_CN.md 之前的readme cn复制错了,导致存在死链 * Update README_CN.md * Update README_CN.md * Update README.md * Update README.md * Update README.md * Update README_CN.md * Update README_CN.md * Update README.md * Update README_CN.md * Update README.md * Update README_CN.md * Update README.md * Update RNN.md * Update RNN_CN.md * Update WebDemo.md * Update WebDemo_CN.md * Update install_rknn_toolkit2.md * Update export.md * Update use_cpp_sdk_on_android.md * Update README.md * Update README_Pу́сский_язы́к.md * Update README_Pу́сский_язы́к.md * Update README_Pу́сский_язы́к.md * Update README_Pу́сский_язы́к.md * Update README_हिन्दी.md * Update README_日本語.md * Update README_한국인.md * Update README_日本語.md * Update README_CN.md * Update README_CN.md * Update README.md * Update README_CN.md * Update README.md * Update README.md * Update README_CN.md * Update README_CN.md * Update README_CN.md * Update README_CN.md
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