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