mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-17 22:21:48 +08:00
[Doc]Add English version of documents in docs/cn and api/vision_results (#931)
* 第一次提交 * 补充一处漏翻译 * deleted: docs/en/quantize.md * Update one translation * Update en version * Update one translation in code * Standardize one writing * Standardize one writing * Update some en version * Fix a grammer problem * Update en version for api/vision result * Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop * Checkout the link in README in vision_results/ to the en documents * Modify a title * Add link to serving/docs/ * Finish translation of demo.md
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
[English](../../en/faq/build_on_win_with_gui.md) | 中文
|
||||
|
||||
# CMakeGUI + VS 2019 IDE编译FastDeploy
|
||||
|
||||
注:此方式仅支持编译FastDeploy C++ SDK
|
||||
|
@@ -1,3 +1,6 @@
|
||||
|
||||
[English](../../en/faq/develop_a_new_model.md) | 中文
|
||||
|
||||
# FastDeploy集成新模型流程
|
||||
|
||||
在FastDeploy里面新增一个模型,包括增加C++/Python的部署支持。 本文以torchvision v0.12.0中的ResNet50模型为例,介绍使用FastDeploy做外部[模型集成](#modelsupport),具体包括如下3步。
|
||||
|
@@ -1,3 +1,6 @@
|
||||
|
||||
[English](../../en/faq/how_to_change_backend.md) | 中文
|
||||
|
||||
# 如何切换模型推理后端
|
||||
|
||||
FastDeploy中各视觉模型可支持多种后端,包括
|
||||
|
@@ -1,3 +1,5 @@
|
||||
[English](../../../en/faq/rknpu2/export.md) | 中文
|
||||
|
||||
# 导出模型指南
|
||||
|
||||
## 简介
|
||||
|
@@ -1,3 +1,4 @@
|
||||
[English](../../../en/faq/rknpu2/install_rknn_toolkit2.md) | 中文
|
||||
# 安装rknn_toolkit2仓库
|
||||
|
||||
## 下载rknn_toolkit2
|
||||
|
@@ -1,3 +1,4 @@
|
||||
[English](../../../en/faq/rknpu2/rknpu2.md) | 中文
|
||||
# RKNPU2模型部署
|
||||
|
||||
## 安装环境
|
||||
|
@@ -1,3 +1,6 @@
|
||||
|
||||
[English](../../en/faq/tensorrt_tricks.md) | 中文
|
||||
|
||||
# TensorRT使用问题
|
||||
|
||||
## 1. 运行TensorRT过程中,出现如下日志提示
|
||||
|
@@ -1,12 +1,17 @@
|
||||
|
||||
[English](../../en/faq/use_cpp_sdk_on_android.md) | 中文
|
||||
|
||||
# 在 Android 中通过 JNI 使用 FastDeploy C++ SDK
|
||||
本文档将以PicoDet为例,讲解如何通过JNI,将FastDeploy中的模型封装到Android中进行调用。阅读本文档,您至少需要了解C++、Java、JNI以及Android的基础知识。如果您主要关注如何在Java层如何调用FastDeploy的API,则可以不阅读本文档。
|
||||
|
||||
## 目录
|
||||
- [新建Java类并定义native API](#Java)
|
||||
- [Android Studio 生成JNI函数定义](#JNI)
|
||||
- [在C++层实现JNI函数](#CPP)
|
||||
- [编写CMakeLists.txt及配置build.gradle](#CMakeAndGradle)
|
||||
- [更多FastDeploy Android 使用案例](#Examples)
|
||||
- [在 Android 中通过 JNI 使用 FastDeploy C++ SDK](#在-android-中通过-jni-使用-fastdeploy-c-sdk)
|
||||
- [目录](#目录)
|
||||
- [新建Java类并定义native API](#新建java类并定义native-api)
|
||||
- [Android Studio 生成JNI函数定义](#android-studio-生成jni函数定义)
|
||||
- [在C++层实现JNI函数](#在c层实现jni函数)
|
||||
- [编写CMakeLists.txt及配置build.gradle](#编写cmakeliststxt及配置buildgradle)
|
||||
- [更多FastDeploy Android 使用案例](#更多fastdeploy-android-使用案例)
|
||||
|
||||
## 新建Java类并定义native API
|
||||
<div id="Java"></div>
|
||||
|
Reference in New Issue
Block a user