mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +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
1.3 KiB
1.3 KiB
English | 简体中文
FastestDet准备部署模型
- FastestDet部署模型实现来自FastestDet,和基于COCO的预训练模型
- (1)官方库提供的*.onnx可直接进行部署;
- (2)开发者基于自己数据训练的 FastestDet模型,可使用FastestDet中的
test.py
导出ONNX文件后,完成部署。
下载预训练ONNX模型
为了方便开发者的测试,下面提供了FastestDet导出的模型,开发者可直接下载使用。(下表中模型的精度来源于源官方库)
模型 | 大小 | 精度 | 备注 |
---|---|---|---|
FastestDet | 969KB | 25.3% | 此模型文件来源于FastestDet,BSD-3-Clause license |
详细部署文档
版本说明
- 本版本文档和代码基于FastestDet 编写