mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-17 14:11:14 +08:00
[Doc] Update README in other languages (#1187)
* Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_हिन्दी.md * Update README_日本語.md * Update README_日本語.md * Update README_한국인.md * Update README_Pу́сский_язы́к.md * Update README_Pу́сский_язы́к.md * Update README_Pу́сский_язы́к.md * Update README_한국인.md * Update README_日本語.md * Update README_हिन्दी.md
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="/docs/cn/build_and_install"><b> Установка </b></a>
|
||||
<a href="./../../docs/cn/build_and_install"><b> Установка </b></a>
|
||||
|
|
||||
<a href="docs/README_CN.md"><b> Использование документации </b></a>
|
||||
<a href="./../../docs/README_CN.md"><b> Использование документации </b></a>
|
||||
|
|
||||
<a href="README_CN.md#fastdeploy-quick-start-python"><b> Быстро </b></a>
|
||||
<a href="./../../README_CN.md#fastdeploy-quick-start-python"><b> Быстро </b></a>
|
||||
|
|
||||
<a href="https://baidu-paddle.github.io/fastdeploy-api/"><b> API документация </b></a>
|
||||
|
|
||||
@@ -55,9 +55,9 @@
|
||||
|
||||
## 🌠 Последние новости
|
||||
|
||||
- ✨✨✨ **2023.01.17** была выпущена поддержка развертывания аппаратной серии [**YOLOv8**](./examples/vision/detection/paddledetection/) в FastDeploy. Включая [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) и [**Сообщество ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)
|
||||
- Оборудование, которое может быть использовано[**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8):[**Intel CPU**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**NVIDIA GPU**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Jetson**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Phytium**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**KunlunXin**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Huawei Ascend**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**ARM CPU**](./examples/vision/detection/paddledetection/cpp/infer_yolov8.cc), содерж **Python** развертыван и **C++** развертыван;**помога TPU** И **RK3588** обновляется
|
||||
- Оборудование, которое может быть использовано[**Сообщество ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics):[**Intel CPU**](./examples/vision/detection/yolov8)、[**NVIDIA GPU**](./examples/vision/detection/yolov8)、[**Jetson**](./examples/vision/detection/yolov8), содерж **Python** развертыван и **C++** развертыван;
|
||||
- ✨✨✨ **2023.01.17** была выпущена поддержка развертывания аппаратной серии [**YOLOv8**](./../../examples/vision/detection/paddledetection/) в FastDeploy. Включая [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) и [**Сообщество ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)
|
||||
- Оборудование, которое может быть использовано[**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8):[**Intel CPU**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**NVIDIA GPU**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Jetson**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Phytium**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**KunlunXin**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Huawei Ascend**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**ARM CPU**](./../../examples/vision/detection/paddledetection/cpp/infer_yolov8.cc), содерж **Python** развертыван и **C++** развертыван;**помога TPU** И **RK3588** обновляется
|
||||
- Оборудование, которое может быть использовано[**Сообщество ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics):[**Intel CPU**](./../../examples/vision/detection/yolov8)、[**NVIDIA GPU**](./../../examples/vision/detection/yolov8)、[**Jetson**](./../../examples/vision/detection/yolov8), содерж **Python** развертыван и **C++** развертыван;
|
||||
- FastDeploy — линейка моделей API, реализация контляций производительности моделей, таких как **YOLOv8**, **PP-YOLOE+**, **YOLOv5**
|
||||
|
||||
- **✨👥✨ Общественный обмен**
|
||||
@@ -100,46 +100,46 @@
|
||||
- [✴️ Python SDK Быстро](#fastdeploy-quick-start-python)
|
||||
- [✴️ C++ SDK Быстро](#fastdeploy-quick-start-cpp)
|
||||
- **Документы на установку**
|
||||
- [Загрузка в библиотеку предварительного компиляции](docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
- [GPU Установить компиляцию окружающей среды](docs/cn/build_and_install/gpu.md)
|
||||
- [CPU Установить компиляцию окружающей среды](docs/cn/build_and_install/cpu.md)
|
||||
- [IPU Установить компиляцию окружающей среды](docs/cn/build_and_install/ipu.md)
|
||||
- [KunlinXin XPU Установить компиляцию окружающей среды](docs/cn/build_and_install/kunlunxin.md)
|
||||
- [Rockchip RV1126 Установить компиляцию окружающей среды](docs/cn/build_and_install/rv1126.md)
|
||||
- [Rockchip RK3588 Установить компиляцию окружающей среды](docs/cn/build_and_install/rknpu2.md)
|
||||
- [Amlogic A311D Установить компиляцию окружающей среды](docs/cn/build_and_install/a311d.md)
|
||||
- [Huawei Ascend Установить компиляцию окружающей среды](docs/cn/build_and_install/huawei_ascend.md)
|
||||
- [Jetson Установить компиляцию окружающей среды](docs/cn/build_and_install/jetson.md)
|
||||
- [Android Установить компиляцию окружающей среды](docs/cn/build_and_install/android.md)
|
||||
- [Загрузка в библиотеку предварительного компиляции](./../../docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
- [GPU Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/gpu.md)
|
||||
- [CPU Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/cpu.md)
|
||||
- [IPU Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/ipu.md)
|
||||
- [KunlinXin XPU Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/kunlunxin.md)
|
||||
- [Rockchip RV1126 Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/rv1126.md)
|
||||
- [Rockchip RK3588 Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/rknpu2.md)
|
||||
- [Amlogic A311D Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/a311d.md)
|
||||
- [Huawei Ascend Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/huawei_ascend.md)
|
||||
- [Jetson Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/jetson.md)
|
||||
- [Android Установить компиляцию окружающей среды](./../../docs/cn/build_and_install/android.md)
|
||||
- **Быстро**
|
||||
- [PP-YOLOE Python Пример развертывания](docs/cn/quick_start/models/python.md)
|
||||
- [PP-YOLOE C++ Пример развертывания](docs/cn/quick_start/models/cpp.md)
|
||||
- [PP-YOLOE Python Пример развертывания](./../../docs/cn/quick_start/models/python.md)
|
||||
- [PP-YOLOE C++ Пример развертывания](./../../docs/cn/quick_start/models/cpp.md)
|
||||
- **Конец использования**
|
||||
- [Runtime Python Пример использования](docs/cn/quick_start/runtime/python.md)
|
||||
- [Runtime C++ Пример использования](docs/cn/quick_start/runtime/cpp.md)
|
||||
- [Как конфигурировать вывод о развертывании модели](docs/cn/faq/how_to_change_backend.md)
|
||||
- [Runtime Python Пример использования](./../../docs/cn/quick_start/runtime/python.md)
|
||||
- [Runtime C++ Пример использования](./../../docs/cn/quick_start/runtime/cpp.md)
|
||||
- [Как конфигурировать вывод о развертывании модели](./../../docs/cn/faq/how_to_change_backend.md)
|
||||
- **Развертывание с обслуживанием**
|
||||
- [Сервисная компиляция зеркала развертывания](serving/docs/zh_CN/compile.md)
|
||||
- [Развертывание с обслуживанием](serving)
|
||||
- [Сервисная компиляция зеркала развертывания](./../../serving/docs/zh_CN/compile.md)
|
||||
- [Развертывание с обслуживанием](./../../serving)
|
||||
- **API документ**
|
||||
- [Python API документ](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/python/html/)
|
||||
- [C++ API документ](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/cpp/html/)
|
||||
- [Android Java API документ](java/android)
|
||||
- [Android Java API документ](./../../java/android)
|
||||
- **Настройка производительности**
|
||||
- [Количественное ускорение](docs/cn/quantize.md)
|
||||
- [Используется в нескольких потоках и процессах](/tutorials/multi_thread)
|
||||
- [Количественное ускорение](./../../docs/cn/quantize.md)
|
||||
- [Используется в нескольких потоках и процессах](./../../tutorials/multi_thread)
|
||||
- **Общий вопрос**
|
||||
- [1. Как использовать C++ SDK на Windows](docs/cn/faq/use_sdk_on_windows.md)
|
||||
- [2. Как использовать FastDeploy C++ SDK на Android](docs/cn/faq/use_cpp_sdk_on_android.md)
|
||||
- [3. TensorRT Несколько трюков из использования](docs/cn/faq/tensorrt_tricks.md)
|
||||
- [1. Как использовать C++ SDK на Windows](./../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
- [2. Как использовать FastDeploy C++ SDK на Android](./../../docs/cn/faq/use_cpp_sdk_on_android.md)
|
||||
- [3. TensorRT Несколько трюков из использования](./../../docs/cn/faq/tensorrt_tricks.md)
|
||||
- **больш FastDeploy Модуль развертывания**
|
||||
- [Benchmark тест](benchmark)
|
||||
- [Benchmark тест](./../../benchmark)
|
||||
- **Список поддержки модели**
|
||||
- [🖥️ Список поддержки сервисной модели](#fastdeploy-server-models)
|
||||
- [📳 Список поддержки моделей mobile and end](#fastdeploy-edge-models)
|
||||
- [⚛️ Список Web и небольших программных моделей](#fastdeploy-web-models)
|
||||
- **💕Вклад застройщика**
|
||||
- [Добавить новую модель](docs/cn/faq/develop_a_new_model.md)
|
||||
- [Добавить новую модель](./../../docs/cn/faq/develop_a_new_model.md)
|
||||
|
||||
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
pip install numpy opencv-python fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||
```
|
||||
|
||||
#### [🔸 Conda установка (рекомендуется✨)](docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
#### [🔸 Conda установка (рекомендуется✨)](./../../docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
|
||||
```bash
|
||||
conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=8.2
|
||||
@@ -216,7 +216,7 @@ cv2.imwrite("vis_image.jpg", vis_im)
|
||||
|
||||
### 🎆 установк
|
||||
|
||||
- справочн [C++ Загрузка в библиотеку предварительного компиляции](docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
- справочн [C++ Загрузка в библиотеку предварительного компиляции](./../../docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
|
||||
#### 🎇 C++ Пример рассуждения
|
||||
|
||||
@@ -252,7 +252,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
</div></details>
|
||||
|
||||
Больше дел для развертывания [Примеры развертывания моделей](examples) .
|
||||
Больше дел для развертывания [Примеры развертывания моделей](./../../examples) .
|
||||
|
||||
|
||||
<div id="fastdeploy-server-models"></div>
|
||||
@@ -270,74 +270,74 @@ int main(int argc, char* argv[]) {
|
||||
| Сценарии миссий | Модели | Linux | Linux | Win | Win | Mac | Mac | Linux | Linux | Linux | Linux | Linux |
|
||||
|:----------------------:|:--------------------------------------------------------------------------------------------:|:------------------------------------------------:|:----------:|:-------:|:----------:|:-------:|:-------:|:-----------:|:---------------:|:-------------:|:-------------:|:-------:|
|
||||
| --- | --- | X86 CPU | NVIDIA GPU | X86 CPU | NVIDIA GPU | X86 CPU | Arm CPU | AArch64 CPU | Phytium D2000CPU | NVIDIA Jetson | Graphcore IPU | Serving |
|
||||
| Classification | [PaddleClas/ResNet50](./examples/vision/classification/paddleclas) | [✅](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [TorchVison/ResNet](examples/vision/classification/resnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [ultralytics/YOLOv5Cls](examples/vision/classification/yolov5cls) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/PP-LCNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/EfficientNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/GhostNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV1](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV3](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/SqueeezeNetV1.1](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/Inceptionv3](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Classification | [PaddleClas/PP-HGNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOE](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PicoDet](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [🔥PaddleDetection/YOLOv8](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |✅ | ❔ |
|
||||
| Detection | [🔥ultralytics/YOLOv8](./examples/vision/detection/yolov8) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |❔ | ❔ |
|
||||
| Detection | [PaddleDetection/YOLOX](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOv3](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLO](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOv2](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Faster-RCNN](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Mask-RCNN](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [Megvii-BaseDetection/YOLOX](./examples/vision/detection/yolox) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7](./examples/vision/detection/yolov7) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_trt](./examples/vision/detection/yolov7end2end_trt) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_ort_](./examples/vision/detection/yolov7end2end_ort) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [meituan/YOLOv6](./examples/vision/detection/yolov6) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ultralytics/YOLOv5](./examples/vision/detection/yolov5) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [WongKinYiu/YOLOR](./examples/vision/detection/yolor) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/ScaledYOLOv4](./examples/vision/detection/scaledyolov4) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ppogg/YOLOv5Lite](./examples/vision/detection/yolov5lite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [RangiLyu/NanoDetPlus](./examples/vision/detection/nanodet_plus) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/TinyPose](./examples/vision/keypointdetection/tiny_pose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/PicoDet + TinyPose](./examples/vision/keypointdetection/det_keypoint_unite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| HeadPose | [omasaht/headpose](examples/vision/headpose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Tracking | [PaddleDetection/PP-Tracking](examples/vision/tracking/pptracking) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegLite](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/HRNet](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegServer](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Unet](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [biubug6/RetinaFace](./examples/vision/facedet/retinaface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [Linzaer/UltraFace](./examples/vision/facedet/ultraface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [deepcam-cn/YOLOv5Face](./examples/vision/facedet/yolov5face) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [insightface/SCRFD](./examples/vision/facedet/scrfd) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Hsintao/PFLD](examples/vision/facealign/pfld) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Single430FaceLandmark1000](./examples/vision/facealign/face_landmark_1000) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [jhb86253817/PIPNet](./examples/vision/facealign) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/ArcFace](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/CosFace](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/PartialFC](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/VPL](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [ZHKKKe/MODNet](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/ResNet50](./../../examples/vision/classification/paddleclas) | [✅](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [TorchVison/ResNet](./../../examples/vision/classification/resnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [ultralytics/YOLOv5Cls](./../../examples/vision/classification/yolov5cls) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/PP-LCNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/EfficientNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/GhostNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV1](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV3](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/SqueeezeNetV1.1](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/Inceptionv3](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Classification | [PaddleClas/PP-HGNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOE](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PicoDet](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [🔥PaddleDetection/YOLOv8](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |✅ | ❔ |
|
||||
| Detection | [🔥ultralytics/YOLOv8](./../../examples/vision/detection/yolov8) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |❔ | ❔ |
|
||||
| Detection | [PaddleDetection/YOLOX](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOv3](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLO](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOv2](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Faster-RCNN](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Mask-RCNN](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [Megvii-BaseDetection/YOLOX](./../../examples/vision/detection/yolox) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7](./../../examples/vision/detection/yolov7) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_trt](./../../examples/vision/detection/yolov7end2end_trt) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_ort_](./../../examples/vision/detection/yolov7end2end_ort) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [meituan/YOLOv6](./../../examples/vision/detection/yolov6) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ultralytics/YOLOv5](./../../examples/vision/detection/yolov5) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [WongKinYiu/YOLOR](./../../examples/vision/detection/yolor) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/ScaledYOLOv4](./../../examples/vision/detection/scaledyolov4) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ppogg/YOLOv5Lite](./../../examples/vision/detection/yolov5lite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [RangiLyu/NanoDetPlus](./../../examples/vision/detection/nanodet_plus) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/TinyPose](./../../examples/vision/keypointdetection/tiny_pose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/PicoDet + TinyPose](./../../examples/vision/keypointdetection/det_keypoint_unite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| HeadPose | [omasaht/headpose](./../../examples/vision/headpose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Tracking | [PaddleDetection/PP-Tracking](./../../examples/vision/tracking/pptracking) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./../../examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegLite](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/HRNet](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegServer](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Unet](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [biubug6/RetinaFace](./../../examples/vision/facedet/retinaface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [Linzaer/UltraFace](./../../examples/vision/facedet/ultraface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [deepcam-cn/YOLOv5Face](./../../examples/vision/facedet/yolov5face) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [insightface/SCRFD](./../../examples/vision/facedet/scrfd) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Hsintao/PFLD](./../../examples/vision/facealign/pfld) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Single430FaceLandmark1000](./../../examples/vision/facealign/face_landmark_1000) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [jhb86253817/PIPNet](./../../examples/vision/facealign) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/ArcFace](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/CosFace](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/PartialFC](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/VPL](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [ZHKKKe/MODNet](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PeterL1n/RobustVideoMatting]() | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-Matting](./examples/vision/matting/ppmatting) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-HumanMatting](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/ModNet](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-Matting](./../../examples/vision/matting/ppmatting) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-HumanMatting](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/ModNet](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/BasicVSR](./) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/EDVR](./examples/vision/sr/edvr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/PP-MSVSR](./examples/vision/sr/ppmsvsr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Information Extraction | [PaddleNLP/UIE](./examples/text/uie) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | |
|
||||
| NLP | [PaddleNLP/ERNIE-3.0](./examples/text/ernie-3.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | ❔ | ✅ |
|
||||
| Speech | [PaddleSpeech/PP-TTS](./examples/audio/pp-tts) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | -- | ✅ |
|
||||
| Video Super-Resolution | [PaddleGAN/EDVR](./../../examples/vision/sr/edvr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/PP-MSVSR](./../../examples/vision/sr/ppmsvsr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Information Extraction | [PaddleNLP/UIE](./../../examples/text/uie) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | |
|
||||
| NLP | [PaddleNLP/ERNIE-3.0](./../../examples/text/ernie-3.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | ❔ | ✅ |
|
||||
| Speech | [PaddleSpeech/PP-TTS](./../../examples/audio/pp-tts) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | -- | ✅ |
|
||||
|
||||
|
||||
</div></details>
|
||||
@@ -355,30 +355,30 @@ int main(int argc, char* argv[]) {
|
||||
| Сценарии миссий | Модели | Размер(MB) | Linux | Android | Linux | Linux | Linux | Linux | Linux | TBD... |
|
||||
|:------------------:|:-----------------------------------------------------------------------------------------:|:--------:|:-------:|:-------:|:-------:|:-----------------------:|:------------------------------:|:---------------------------:|:--------------------------------:|:-------:|
|
||||
| --- | --- | --- | ARM CPU | ARM CPU | Rockchip-NPU<br>RK3568/RK3588 | Rockchip-NPU<br>RV1109/RV1126/RK1808 | Amlogic-NPU <br>A311D/S905D/C308X | NXP-NPU<br>i.MX 8M Plus | TBD...| |
|
||||
| Classification | [PaddleClas/ResNet50](examples/vision/classification/paddleclas) | 98 | ✅ | ✅ | ❔ | ✅ | | | |
|
||||
| Classification | [PaddleClas/PP-LCNet](examples/vision/classification/paddleclas) | 11.9 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](examples/vision/classification/paddleclas) | 26.6 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/EfficientNet](examples/vision/classification/paddleclas) | 31.4 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/GhostNet](examples/vision/classification/paddleclas) | 20.8 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV1](examples/vision/classification/paddleclas) | 17 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV2](examples/vision/classification/paddleclas) | 14.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV3](examples/vision/classification/paddleclas) | 22 | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](examples/vision/classification/paddleclas) | 9.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/SqueezeNetV1.1](examples/vision/classification/paddleclas) | 5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/Inceptionv3](examples/vision/classification/paddleclas) | 95.5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-HGNet](examples/vision/classification/paddleclas) | 59 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Detection | [PaddleDetection/PicoDet_s](examples/vision/detection/paddledetection) | 4.9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
|
||||
| Detection | [YOLOv5](./examples/vision/detection/rkyolo) | | ❔ | ❔ | [✅](./examples/vision/detection/rkyolo) | ❔ | ❔ | ❔ | -- |
|
||||
| Face Detection | [deepinsight/SCRFD](./examples/vision/facedet/scrfd) | 2.5 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Keypoint Detection | [PaddleDetection/PP-TinyPose](examples/vision/keypointdetection/tiny_pose) | 5.5 | ✅ | ✅ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg(STDC1)](examples/vision/segmentation/paddleseg) | 32.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg-Lite](examples/vision/segmentation/paddleseg) | 0.556 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/HRNet-w18](examples/vision/segmentation/paddleseg) | 38.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg](examples/vision/segmentation/paddleseg) | 107.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Unet](examples/vision/segmentation/paddleseg) | 53.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](examples/vision/segmentation/paddleseg) | 150 | ❔ | ✅ | ✅ | | | | |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](examples/vision/ocr/PP-OCRv2) | 2.3+4.4 | ✅ | ✅ | ❔ | -- | -- | -- | -- |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](examples/vision/ocr/PP-OCRv3) | 2.4+10.6 | ✅ | ❔ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ResNet50](./../../examples/vision/classification/paddleclas) | 98 | ✅ | ✅ | ❔ | ✅ | | | |
|
||||
| Classification | [PaddleClas/PP-LCNet](./../../examples/vision/classification/paddleclas) | 11.9 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./../../examples/vision/classification/paddleclas) | 26.6 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/EfficientNet](./../../examples/vision/classification/paddleclas) | 31.4 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/GhostNet](./../../examples/vision/classification/paddleclas) | 20.8 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV1](./../../examples/vision/classification/paddleclas) | 17 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV2](./../../examples/vision/classification/paddleclas) | 14.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV3](./../../examples/vision/classification/paddleclas) | 22 | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./../../examples/vision/classification/paddleclas) | 9.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/SqueezeNetV1.1](./../../examples/vision/classification/paddleclas) | 5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/Inceptionv3](./../../examples/vision/classification/paddleclas) | 95.5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-HGNet](./../../examples/vision/classification/paddleclas) | 59 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Detection | [PaddleDetection/PicoDet_s](./../../examples/vision/detection/paddledetection) | 4.9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
|
||||
| Detection | [YOLOv5](./../../examples/vision/detection/rkyolo) | | ❔ | ❔ | [✅](./../../examples/vision/detection/rkyolo) | ❔ | ❔ | ❔ | -- |
|
||||
| Face Detection | [deepinsight/SCRFD](./../../examples/vision/facedet/scrfd) | 2.5 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Keypoint Detection | [PaddleDetection/PP-TinyPose](./../../examples/vision/keypointdetection/tiny_pose) | 5.5 | ✅ | ✅ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg(STDC1)](./../../examples/vision/segmentation/paddleseg) | 32.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg-Lite](./../../examples/vision/segmentation/paddleseg) | 0.556 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/HRNet-w18](./../../examples/vision/segmentation/paddleseg) | 38.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg](./../../examples/vision/segmentation/paddleseg) | 107.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Unet](./../../examples/vision/segmentation/paddleseg) | 53.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./../../examples/vision/segmentation/paddleseg) | 150 | ❔ | ✅ | ✅ | | | | |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./../../examples/vision/ocr/PP-OCRv2) | 2.3+4.4 | ✅ | ✅ | ❔ | -- | -- | -- | -- |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/vision/ocr/PP-OCRv3) | 2.4+10.6 | ✅ | ❔ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
|
||||
|
||||
</div></details>
|
||||
@@ -389,15 +389,15 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
<details open><summary><b> Список поддержки развертывания веб-приложений и апплетов (нажмите, чтобы уменьшить)</b></summary><div>
|
||||
|
||||
| Сценарии миссий | Модели | [web_demo](examples/application/js/web_demo) |
|
||||
| Сценарии миссий | Модели | [web_demo](./../../examples/application/js/web_demo) |
|
||||
|:------------------:|:-------------------------------------------------------------------------------------------:|:--------------------------------------------:|
|
||||
| --- | --- | [Paddle.js](examples/application/js) |
|
||||
| Detection | [FaceDetection](examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Detection | [ScrewDetection](examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Segmentation | [PaddleSeg/HumanSeg](./examples/application/js/web_demo/src/pages/cv/segmentation/HumanSeg) | ✅ |
|
||||
| Object Recognition | [GestureRecognition](examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| Object Recognition | [ItemIdentification](examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./examples/application/js/web_demo/src/pages/cv/ocr) | ✅ |
|
||||
| --- | --- | [Paddle.js](./../../examples/application/js) |
|
||||
| Detection | [FaceDetection](./../../examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Detection | [ScrewDetection](./../../examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Segmentation | [PaddleSeg/HumanSeg](./../../examples/application/js/web_demo/src/pages/cv/segmentation/HumanSeg) | ✅ |
|
||||
| Object Recognition | [GestureRecognition](./../../examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| Object Recognition | [ItemIdentification](./../../examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/application/js/web_demo/src/pages/cv/ocr) | ✅ |
|
||||
|
||||
</div></details>
|
||||
|
||||
@@ -410,4 +410,4 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
<div id="fastdeploy-license"></div>
|
||||
|
||||
FastDeploy следует [протоколу Apache-2.0 с открытым исходным кодом](./LICENSE)
|
||||
FastDeploy следует [протоколу Apache-2.0 с открытым исходным кодом](./../../LICENSE)
|
||||
|
@@ -16,11 +16,11 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="/docs/cn/build_and_install"><b> संस्थापन </b></a>
|
||||
<a href="./../../docs/cn/build_and_install"><b> संस्थापन </b></a>
|
||||
|
|
||||
<a href="docs/README_CN.md"><b> दस्तावेज़ीकरण का उपयोग करें </b></a>
|
||||
<a href="./../../docs/README_EN.md"><b> दस्तावेज़ीकरण का उपयोग करें </b></a>
|
||||
|
|
||||
<a href="README_CN.md#fastdeploy-quick-start-python"><b> तेजी से शुरू </b></a>
|
||||
<a href="./../../README_EN.md#Quick-Start"><b> तेजी से शुरू </b></a>
|
||||
|
|
||||
<a href="https://baidu-paddle.github.io/fastdeploy-api/"><b> APIप्रलेखन </b></a>
|
||||
|
|
||||
@@ -55,9 +55,9 @@
|
||||
|
||||
## 🌠 ताज़ा अपडेट
|
||||
|
||||
- ✨✨✨ **2023.01.17** यह रिलीज फास्ट डिसेनियोजित हार्डवेयर श्रृंखला पर [**YOLOv8**](./examples/vision/detection/paddledetection/) की तैनाती का समर्थन करता है। जो भी शामिल [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) तथा [**समुदाय ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)
|
||||
- [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) हार्डवेयर निर्दिष्ट करता है जो तैनात किया जा सकता है।[**Intel CPU**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**NVIDIA GPU**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Jetson**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Phytium**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**KunlunXin**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Huawei Ascend**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**ARM CPU**](./examples/vision/detection/paddledetection/cpp/infer_yolov8.cc), शामिल **Python** तैनाती तथा **C++** तैनाती;**गणना ऊर्जा** और **RK3588** अद्यतन किया जा रहा है।
|
||||
- [**समुदाय ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)[**Intel CPU**] हार्डवेयर निर्दिष्ट करता है जो तैनात किया जा सकता है।(./examples/vision/detection/yolov8)、[**NVIDIA GPU**](./examples/vision/detection/yolov8)、[**Jetson**](./examples/vision/detection/yolov8), शामिल **Python** तैनाती तथा **C++** तैनाती;
|
||||
- ✨✨✨ **2023.01.17** यह रिलीज फास्ट डिसेनियोजित हार्डवेयर श्रृंखला पर [**YOLOv8**](./../../examples/vision/detection/paddledetection/) की तैनाती का समर्थन करता है। जो भी शामिल [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) तथा [**समुदाय ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)
|
||||
- [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) हार्डवेयर निर्दिष्ट करता है जो तैनात किया जा सकता है।[**Intel CPU**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**NVIDIA GPU**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Jetson**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Phytium**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**KunlunXin**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Huawei Ascend**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**ARM CPU**](./../../examples/vision/detection/paddledetection/cpp/infer_yolov8.cc), शामिल **Python** तैनाती तथा **C++** तैनाती;**गणना ऊर्जा** और **RK3588** अद्यतन किया जा रहा है।
|
||||
- [**समुदाय ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)[**Intel CPU**] हार्डवेयर निर्दिष्ट करता है जो तैनात किया जा सकता है।(./examples/vision/detection/yolov8)、[**NVIDIA GPU**](./../../examples/vision/detection/yolov8)、[**Jetson**](./../../examples/vision/detection/yolov8), शामिल **Python** तैनाती तथा **C++** तैनाती;
|
||||
- FastDeploy एक लाइन मॉडल API स्विचन **YOLOv8**、 **PP-YOLOE+**、**YOLOv5** और अन्य मॉडलों की प्रदर्शन तुलना का एहसास कर सकते हैं।
|
||||
|
||||
- **✨👥✨ सामुदायिक संचार**
|
||||
@@ -101,46 +101,46 @@
|
||||
- [✴️ Python SDK तेजी से शुरू](#fastdeploy-quick-start-python)
|
||||
- [✴️ C++ SDK तेजी से शुरू](#fastdeploy-quick-start-cpp)
|
||||
- **संस्थापन दस्तावेज़**
|
||||
- [प्रीकम्पाइल लाइब्रेरी को डाउनलोड और इंस्टॉल करें](docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
- [GPU संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/gpu.md)
|
||||
- [CPU संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/cpu.md)
|
||||
- [IPU संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/ipu.md)
|
||||
- [KunlunXin XPU संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/kunlunxin.md)
|
||||
- [Rockchip RV1126 संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/rv1126.md)
|
||||
- [Rockchip RK3588 संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/rknpu2.md)
|
||||
- [Amlogic A311D संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/a311d.md)
|
||||
- [Huawei Ascend संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/huawei_ascend.md)
|
||||
- [Jetson संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/jetson.md)
|
||||
- [Android संकलन और तैनाती पर्यावरण स्थापित करें](docs/cn/build_and_install/android.md)
|
||||
- [प्रीकम्पाइल लाइब्रेरी को डाउनलोड और इंस्टॉल करें](./../../docs/en/build_and_install/download_prebuilt_libraries.md)
|
||||
- [GPU संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/gpu.md)
|
||||
- [CPU संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/cpu.md)
|
||||
- [IPU संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/ipu.md)
|
||||
- [KunlunXin XPU संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/kunlunxin.md)
|
||||
- [Rockchip RV1126 संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/rv1126.md)
|
||||
- [Rockchip RK3588 संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/rknpu2.md)
|
||||
- [Amlogic A311D संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/a311d.md)
|
||||
- [Huawei Ascend संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/huawei_ascend.md)
|
||||
- [Jetson संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/jetson.md)
|
||||
- [Android संकलन और तैनाती पर्यावरण स्थापित करें](./../../docs/en/build_and_install/android.md)
|
||||
- **त्वरित उपयोग**
|
||||
- [PP-YOLOE Python तैनाती उदाहरण](docs/cn/quick_start/models/python.md)
|
||||
- [PP-YOLOE C++ तैनाती उदाहरण](docs/cn/quick_start/models/cpp.md)
|
||||
- [PP-YOLOE Python तैनाती उदाहरण](./../../docs/en/quick_start/models/python.md)
|
||||
- [PP-YOLOE C++ तैनाती उदाहरण](./../../docs/en/quick_start/models/cpp.md)
|
||||
- **पीछे के अंत का उपयोग करें**
|
||||
- [Runtime Python उदाहरण का उपयोग करें](docs/cn/quick_start/runtime/python.md)
|
||||
- [Runtime C++ उदाहरण का उपयोग करें](docs/cn/quick_start/runtime/cpp.md)
|
||||
- [मॉडल परिनियोजन के लिए तर्क संबंधी अंत को मैं कैसे कॉन्फ़िगर करूं](docs/cn/faq/how_to_change_backend.md)
|
||||
- [Runtime Python उदाहरण का उपयोग करें](./../../docs/en/quick_start/runtime/python.md)
|
||||
- [Runtime C++ उदाहरण का उपयोग करें](./../../docs/en/quick_start/runtime/cpp.md)
|
||||
- [मॉडल परिनियोजन के लिए तर्क संबंधी अंत को मैं कैसे कॉन्फ़िगर करूं](./../../docs/en/faq/how_to_change_backend.md)
|
||||
- **सेवाकरण परिनियोजन**
|
||||
- [सेवा तैनाती छवि संकलन और स्थापना](serving/docs/zh_CN/compile.md)
|
||||
- [सेवाकरण परिनियोजन](serving)
|
||||
- [सेवा तैनाती छवि संकलन और स्थापना](./../../serving/docs/EN/compile-en.md)
|
||||
- [सेवाकरण परिनियोजन](./../../serving)
|
||||
- **API दस्तावेज़**
|
||||
- [Python API दस्तावेज़](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/python/html/)
|
||||
- [C++ API दस्तावेज़](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/cpp/html/)
|
||||
- [Android Java API दस्तावेज़](java/android)
|
||||
- [Android Java API दस्तावेज़](./../../java/android)
|
||||
- **परफ़ॉर्मेंस ट्यूनिंग**
|
||||
- [त्वरण त्वरण](docs/cn/quantize.md)
|
||||
- [मल्टी थ्रेडेड मल्टी प्रोसेस उपयोग](/tutorials/multi_thread)
|
||||
- [त्वरण त्वरण](./../../docs/en/quantize.md)
|
||||
- [मल्टी थ्रेडेड मल्टी प्रोसेस उपयोग](./../../tutorials/multi_thread)
|
||||
- **क्यू एंड ए**
|
||||
- [1. Windows कै से इस्तेमाल करे C++ SDK](docs/cn/faq/use_sdk_on_windows.md)
|
||||
- [2. Android कैसे इस्तेमाल करे FastDeploy C++ SDK](docs/cn/faq/use_cpp_sdk_on_android.md)
|
||||
- [3. TensorRT उपयोग की जा रही कुछ तकनीकें](docs/cn/faq/tensorrt_tricks.md)
|
||||
- [1. Windows कै से इस्तेमाल करे C++ SDK](./../../docs/en/faq/use_sdk_on_windows.md)
|
||||
- [2. Android कैसे इस्तेमाल करे FastDeploy C++ SDK](./../../docs/en/faq/use_cpp_sdk_on_android.md)
|
||||
- [3. TensorRT उपयोग की जा रही कुछ तकनीकें](./../../docs/en/faq/tensorrt_tricks.md)
|
||||
- **अधिक Fastअधिक Deploy परिनियोजन मॉड्यूल**
|
||||
- [Benchmark परीक्षण](benchmark)
|
||||
- [Benchmark परीक्षण](./../../benchmark)
|
||||
- **मॉडल समर्थन सूची**
|
||||
- [🖥️ सर्वर साइड मॉडल सूचियों का समर्थन करता है](#fastdeploy-server-models)
|
||||
- [📳 मोबाइल और एंड-साइड मॉडल समर्थन सूची](#fastdeploy-edge-models)
|
||||
- [⚛️ Web और छोटे कार्यक्रम मॉडल समर्थन सूची](#fastdeploy-web-models)
|
||||
- **💕डेवलपर योगदान**
|
||||
- [नया मॉडल जोड़ें](docs/cn/faq/develop_a_new_model.md)
|
||||
- [नया मॉडल जोड़ें](./../../docs/en/faq/develop_a_new_model.md)
|
||||
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
pip install numpy opencv-python fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||
```
|
||||
|
||||
#### [🔸 Conda स्थापना (अनुशंसित✨)](docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
#### [🔸 Conda स्थापना (अनुशंसित✨)](./../../docs/en/build_and_install/download_prebuilt_libraries.md)
|
||||
|
||||
```bash
|
||||
conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=8.2
|
||||
@@ -217,7 +217,7 @@ cv2.imwrite("vis_image.jpg", vis_im)
|
||||
|
||||
### 🎆 इंस्टॉल करें
|
||||
|
||||
- संदर्भ [C++ प्रीकम्पाइल लाइब्रेरी डाउनलोड](docs/cn/build_and_install/download_prebuilt_libraries.md)文档
|
||||
- संदर्भ [C++ प्रीकम्पाइल लाइब्रेरी डाउनलोड](./../../docs/cn/build_and_install/download_prebuilt_libraries.md)文档
|
||||
|
||||
#### 🎇 C++ अनुमान उदाहरण
|
||||
|
||||
@@ -253,7 +253,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
</div></details>
|
||||
|
||||
अधिक तैनाती के मामलों के लिए, देखें[मॉडल परिनियोजन उदाहरण](examples) .
|
||||
अधिक तैनाती के मामलों के लिए, देखें[मॉडल परिनियोजन उदाहरण](./../../examples) .
|
||||
|
||||
|
||||
<div id="fastdeploy-server-models"></div>
|
||||
@@ -272,74 +272,74 @@ int main(int argc, char* argv[]) {
|
||||
| कार्य परिदृश्य | नमूना | Linux | Linux | Win | Win | Mac | Mac | Linux | Linux | Linux | Linux | Linux |
|
||||
|:----------------------:|:--------------------------------------------------------------------------------------------:|:------------------------------------------------:|:----------:|:-------:|:----------:|:-------:|:-------:|:-----------:|:---------------:|:-------------:|:-------------:|:-------:|
|
||||
| --- | --- | X86 CPU | NVIDIA GPU | X86 CPU | NVIDIA GPU | X86 CPU | Arm CPU | AArch64 CPU | Phytium D2000CPU | NVIDIA Jetson | Graphcore IPU | Serving |
|
||||
| Classification | [PaddleClas/ResNet50](./examples/vision/classification/paddleclas) | [✅](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [TorchVison/ResNet](examples/vision/classification/resnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [ultralytics/YOLOv5Cls](examples/vision/classification/yolov5cls) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/PP-LCNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/EfficientNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/GhostNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV1](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV3](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/SqueeezeNetV1.1](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/Inceptionv3](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Classification | [PaddleClas/PP-HGNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOE](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [🔥PaddleDetection/YOLOv8](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |✅ | ❔ |
|
||||
| Detection | [🔥ultralytics/YOLOv8](./examples/vision/detection/yolov8) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |❔ | ❔ |
|
||||
| Detection | [PaddleDetection/PicoDet](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOX](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOv3](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLO](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOv2](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Faster-RCNN](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Mask-RCNN](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [Megvii-BaseDetection/YOLOX](./examples/vision/detection/yolox) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7](./examples/vision/detection/yolov7) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_trt](./examples/vision/detection/yolov7end2end_trt) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_ort_](./examples/vision/detection/yolov7end2end_ort) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [meituan/YOLOv6](./examples/vision/detection/yolov6) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ultralytics/YOLOv5](./examples/vision/detection/yolov5) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [WongKinYiu/YOLOR](./examples/vision/detection/yolor) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/ScaledYOLOv4](./examples/vision/detection/scaledyolov4) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ppogg/YOLOv5Lite](./examples/vision/detection/yolov5lite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [RangiLyu/NanoDetPlus](./examples/vision/detection/nanodet_plus) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/TinyPose](./examples/vision/keypointdetection/tiny_pose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/PicoDet + TinyPose](./examples/vision/keypointdetection/det_keypoint_unite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| HeadPose | [omasaht/headpose](examples/vision/headpose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Tracking | [PaddleDetection/PP-Tracking](examples/vision/tracking/pptracking) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegLite](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/HRNet](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegServer](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Unet](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [biubug6/RetinaFace](./examples/vision/facedet/retinaface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [Linzaer/UltraFace](./examples/vision/facedet/ultraface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [deepcam-cn/YOLOv5Face](./examples/vision/facedet/yolov5face) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [insightface/SCRFD](./examples/vision/facedet/scrfd) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Hsintao/PFLD](examples/vision/facealign/pfld) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Single430FaceLandmark1000](./examples/vision/facealign/face_landmark_1000) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [jhb86253817/PIPNet](./examples/vision/facealign) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/ArcFace](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/CosFace](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/PartialFC](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/VPL](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [ZHKKKe/MODNet](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/ResNet50](./../../examples/vision/classification/paddleclas) | [✅](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [TorchVison/ResNet](./../../examples/vision/classification/resnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [ultralytics/YOLOv5Cls](./../../examples/vision/classification/yolov5cls) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/PP-LCNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/EfficientNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/GhostNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV1](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV3](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/SqueeezeNetV1.1](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/Inceptionv3](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Classification | [PaddleClas/PP-HGNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOE](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [🔥PaddleDetection/YOLOv8](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |✅ | ❔ |
|
||||
| Detection | [🔥ultralytics/YOLOv8](./../../examples/vision/detection/yolov8) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |❔ | ❔ |
|
||||
| Detection | [PaddleDetection/PicoDet](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOX](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOv3](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLO](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOv2](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Faster-RCNN](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Mask-RCNN](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [Megvii-BaseDetection/YOLOX](./../../examples/vision/detection/yolox) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7](./../../examples/vision/detection/yolov7) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_trt](./../../examples/vision/detection/yolov7end2end_trt) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_ort_](./../../examples/vision/detection/yolov7end2end_ort) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [meituan/YOLOv6](./../../examples/vision/detection/yolov6) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ultralytics/YOLOv5](./../../examples/vision/detection/yolov5) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [WongKinYiu/YOLOR](./../../examples/vision/detection/yolor) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/ScaledYOLOv4](./../../examples/vision/detection/scaledyolov4) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ppogg/YOLOv5Lite](./../../examples/vision/detection/yolov5lite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [RangiLyu/NanoDetPlus](./../../examples/vision/detection/nanodet_plus) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/TinyPose](./../../examples/vision/keypointdetection/tiny_pose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/PicoDet + TinyPose](./../../examples/vision/keypointdetection/det_keypoint_unite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| HeadPose | [omasaht/headpose](./../../examples/vision/headpose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Tracking | [PaddleDetection/PP-Tracking](./../../examples/vision/tracking/pptracking) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./../../examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegLite](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/HRNet](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegServer](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Unet](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [biubug6/RetinaFace](./../../examples/vision/facedet/retinaface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [Linzaer/UltraFace](./../../examples/vision/facedet/ultraface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [deepcam-cn/YOLOv5Face](./../../examples/vision/facedet/yolov5face) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [insightface/SCRFD](./../../examples/vision/facedet/scrfd) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Hsintao/PFLD](./../../examples/vision/facealign/pfld) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Single430FaceLandmark1000](./../../examples/vision/facealign/face_landmark_1000) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [jhb86253817/PIPNet](./../../examples/vision/facealign) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/ArcFace](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/CosFace](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/PartialFC](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/VPL](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [ZHKKKe/MODNet](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PeterL1n/RobustVideoMatting]() | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-Matting](./examples/vision/matting/ppmatting) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-HumanMatting](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/ModNet](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-Matting](./../../examples/vision/matting/ppmatting) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-HumanMatting](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/ModNet](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/BasicVSR](./) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/EDVR](./examples/vision/sr/edvr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/PP-MSVSR](./examples/vision/sr/ppmsvsr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Information Extraction | [PaddleNLP/UIE](./examples/text/uie) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | |
|
||||
| NLP | [PaddleNLP/ERNIE-3.0](./examples/text/ernie-3.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | ❔ | ✅ |
|
||||
| Speech | [PaddleSpeech/PP-TTS](./examples/audio/pp-tts) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | -- | ✅ |
|
||||
| Video Super-Resolution | [PaddleGAN/EDVR](./../../examples/vision/sr/edvr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/PP-MSVSR](./../../examples/vision/sr/ppmsvsr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Information Extraction | [PaddleNLP/UIE](./../../examples/text/uie) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | |
|
||||
| NLP | [PaddleNLP/ERNIE-3.0](./../../examples/text/ernie-3.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | ❔ | ✅ |
|
||||
| Speech | [PaddleSpeech/PP-TTS](./../../examples/audio/pp-tts) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | -- | ✅ |
|
||||
|
||||
</div></details>
|
||||
|
||||
@@ -356,30 +356,30 @@ int main(int argc, char* argv[]) {
|
||||
| कार्य परिदृश्य | नमूना | आकार(MB) | Linux | Android | Linux | Linux | Linux | Linux | Linux | TBD... |
|
||||
|:------------------:|:-----------------------------------------------------------------------------------------:|:--------:|:-------:|:-------:|:-------:|:-----------------------:|:------------------------------:|:---------------------------:|:--------------------------------:|:-------:|
|
||||
| --- | --- | --- | ARM CPU | ARM CPU | Rockchip-NPU<br>RK3568/RK3588 | Rockchip-NPU<br>RV1109/RV1126/RK1808 | Amlogic-NPU <br>A311D/S905D/C308X | NXP-NPU<br>i.MX 8M Plus | TBD...| |
|
||||
| Classification | [PaddleClas/ResNet50](examples/vision/classification/paddleclas) | 98 | ✅ | ✅ | ❔ | ✅ | | | |
|
||||
| Classification | [PaddleClas/PP-LCNet](examples/vision/classification/paddleclas) | 11.9 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](examples/vision/classification/paddleclas) | 26.6 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/EfficientNet](examples/vision/classification/paddleclas) | 31.4 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/GhostNet](examples/vision/classification/paddleclas) | 20.8 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV1](examples/vision/classification/paddleclas) | 17 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV2](examples/vision/classification/paddleclas) | 14.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV3](examples/vision/classification/paddleclas) | 22 | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](examples/vision/classification/paddleclas) | 9.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/SqueezeNetV1.1](examples/vision/classification/paddleclas) | 5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/Inceptionv3](examples/vision/classification/paddleclas) | 95.5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-HGNet](examples/vision/classification/paddleclas) | 59 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Detection | [PaddleDetection/PicoDet_s](examples/vision/detection/paddledetection) | 4.9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
|
||||
| Detection | [YOLOv5](./examples/vision/detection/rkyolo) | | ❔ | ❔ | [✅](./examples/vision/detection/rkyolo) | ❔ | ❔ | ❔ | -- |
|
||||
| Face Detection | [deepinsight/SCRFD](./examples/vision/facedet/scrfd) | 2.5 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Keypoint Detection | [PaddleDetection/PP-TinyPose](examples/vision/keypointdetection/tiny_pose) | 5.5 | ✅ | ✅ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg(STDC1)](examples/vision/segmentation/paddleseg) | 32.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg-Lite](examples/vision/segmentation/paddleseg) | 0.556 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/HRNet-w18](examples/vision/segmentation/paddleseg) | 38.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg](examples/vision/segmentation/paddleseg) | 107.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Unet](examples/vision/segmentation/paddleseg) | 53.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](examples/vision/segmentation/paddleseg) | 150 | ❔ | ✅ | ✅ | | | | |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](examples/vision/ocr/PP-OCRv2) | 2.3+4.4 | ✅ | ✅ | ❔ | -- | -- | -- | -- |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](examples/vision/ocr/PP-OCRv3) | 2.4+10.6 | ✅ | ❔ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ResNet50](./../../examples/vision/classification/paddleclas) | 98 | ✅ | ✅ | ❔ | ✅ | | | |
|
||||
| Classification | [PaddleClas/PP-LCNet](./../../examples/vision/classification/paddleclas) | 11.9 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./../../examples/vision/classification/paddleclas) | 26.6 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/EfficientNet](./../../examples/vision/classification/paddleclas) | 31.4 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/GhostNet](./../../examples/vision/classification/paddleclas) | 20.8 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV1](./../../examples/vision/classification/paddleclas) | 17 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV2](./../../examples/vision/classification/paddleclas) | 14.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV3](./../../examples/vision/classification/paddleclas) | 22 | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./../../examples/vision/classification/paddleclas) | 9.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/SqueezeNetV1.1](./../../examples/vision/classification/paddleclas) | 5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/Inceptionv3](./../../examples/vision/classification/paddleclas) | 95.5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-HGNet](./../../examples/vision/classification/paddleclas) | 59 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Detection | [PaddleDetection/PicoDet_s](./../../examples/vision/detection/paddledetection) | 4.9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
|
||||
| Detection | [YOLOv5](./../../examples/vision/detection/rkyolo) | | ❔ | ❔ | [✅](./../../examples/vision/detection/rkyolo) | ❔ | ❔ | ❔ | -- |
|
||||
| Face Detection | [deepinsight/SCRFD](./../../examples/vision/facedet/scrfd) | 2.5 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Keypoint Detection | [PaddleDetection/PP-TinyPose](./../../examples/vision/keypointdetection/tiny_pose) | 5.5 | ✅ | ✅ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg(STDC1)](./../../examples/vision/segmentation/paddleseg) | 32.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg-Lite](./../../examples/vision/segmentation/paddleseg) | 0.556 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/HRNet-w18](./../../examples/vision/segmentation/paddleseg) | 38.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg](./../../examples/vision/segmentation/paddleseg) | 107.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Unet](./../../examples/vision/segmentation/paddleseg) | 53.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./../../examples/vision/segmentation/paddleseg) | 150 | ❔ | ✅ | ✅ | | | | |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./../../examples/vision/ocr/PP-OCRv2) | 2.3+4.4 | ✅ | ✅ | ❔ | -- | -- | -- | -- |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/vision/ocr/PP-OCRv3) | 2.4+10.6 | ✅ | ❔ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
|
||||
|
||||
</div></details>
|
||||
@@ -390,15 +390,15 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
<details open><summary><b>Web और मिनी प्रोग्राम परिनियोजन समर्थन सूची (ढहने के लिए क्लिक करें)</b></summary><div>
|
||||
|
||||
| कार्य परिदृश्य | नमूना | [web_demo](examples/application/js/web_demo) |
|
||||
| कार्य परिदृश्य | नमूना | [web_demo](./../../examples/application/js/web_demo) |
|
||||
|:------------------:|:-------------------------------------------------------------------------------------------:|:--------------------------------------------:|
|
||||
| --- | --- | [Paddle.js](examples/application/js) |
|
||||
| Detection | [FaceDetection](examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Detection | [ScrewDetection](examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Segmentation | [PaddleSeg/HumanSeg](./examples/application/js/web_demo/src/pages/cv/segmentation/HumanSeg) | ✅ |
|
||||
| Object Recognition | [GestureRecognition](examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| Object Recognition | [ItemIdentification](examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./examples/application/js/web_demo/src/pages/cv/ocr) | ✅ |
|
||||
| --- | --- | [Paddle.js](./../../examples/application/js) |
|
||||
| Detection | [FaceDetection](./../../examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Detection | [ScrewDetection](./../../examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Segmentation | [PaddleSeg/HumanSeg](./../../examples/application/js/web_demo/src/pages/cv/segmentation/HumanSeg) | ✅ |
|
||||
| Object Recognition | [GestureRecognition](./../../examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| Object Recognition | [ItemIdentification](./../../examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/application/js/web_demo/src/pages/cv/ocr) | ✅ |
|
||||
|
||||
</div></details>
|
||||
|
||||
@@ -411,4 +411,4 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
<div id="fastdeploy-license"></div>
|
||||
|
||||
FastDeploy निम्नानुसार है [Apache-2.0 खुला स्रोत लाइसेंस](./LICENSE)
|
||||
FastDeploy निम्नानुसार है [Apache-2.0 खुला स्रोत लाइसेंस](./../../LICENSE)
|
||||
|
@@ -16,11 +16,11 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="/docs/cn/build_and_install"><b> インストール </b></a>
|
||||
<a href="./../../docs/cn/build_and_install"><b> インストール </b></a>
|
||||
|
|
||||
<a href="docs/README_CN.md"><b> ドキュメント </b></a>
|
||||
<a href="./../../docs/README_CN.md"><b> ドキュメント </b></a>
|
||||
|
|
||||
<a href="README_CN.md#fastdeploy-quick-start-python"><b> クイックスタート </b></a>
|
||||
<a href="./../../README_CN.md#fastdeploy-quick-start-python"><b> クイックスタート </b></a>
|
||||
|
|
||||
<a href="https://baidu-paddle.github.io/fastdeploy-api/"><b> APIドキュメンテーション </b></a>
|
||||
|
|
||||
@@ -55,9 +55,9 @@
|
||||
|
||||
## 🌠 最近の更新情報
|
||||
|
||||
- ✨✨✨ **2023.01.17** FastDeployファミリーのハードウェアに対する[**YOLOv8**](./examples/vision/detection/paddledetection/) デプロイメントサポートをリリースしました。これには[**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8)と[**コミュニティ ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)
|
||||
- [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) 配置可能なハードウェア:[**Intel CPU**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**NVIDIA GPU**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Jetson**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Phytium**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**KunlunXin**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Huawei Ascend**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**ARM CPU**](./examples/vision/detection/paddledetection/cpp/infer_yolov8.cc), が含まれる **Python** 配備状況と**C++** 配備状況;**アルゴリズムTPU** 和 **RK3588** が更新されています
|
||||
- [**コミュニティ ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics) 配置可能なハードウェア:[**Intel CPU**](./examples/vision/detection/yolov8)、[**NVIDIA GPU**](./examples/vision/detection/yolov8)、[**Jetson**](./examples/vision/detection/yolov8), が含まれる **Python** 配備状況と**C++** 配備状況;
|
||||
- ✨✨✨ **2023.01.17** FastDeployファミリーのハードウェアに対する[**YOLOv8**](./../../examples/vision/detection/paddledetection/) デプロイメントサポートをリリースしました。これには[**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8)と[**コミュニティ ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)
|
||||
- [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) 配置可能なハードウェア:[**Intel CPU**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**NVIDIA GPU**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Jetson**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Phytium**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**KunlunXin**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Huawei Ascend**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**ARM CPU**](./../../examples/vision/detection/paddledetection/cpp/infer_yolov8.cc), が含まれる **Python** 配備状況と**C++** 配備状況;**アルゴリズムTPU** 和 **RK3588** が更新されています
|
||||
- [**コミュニティ ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics) 配置可能なハードウェア:[**Intel CPU**](./../../examples/vision/detection/yolov8)、[**NVIDIA GPU**](./../../examples/vision/detection/yolov8)、[**Jetson**](./../../examples/vision/detection/yolov8), が含まれる **Python** 配備状況と**C++** 配備状況;
|
||||
- FastDeployの1行モデルAPIスイッチにより、YOLOv8、PP-YOLOE+、YOLOv5、その他のモデルの性能比較が可能になります
|
||||
|
||||
- **✨👥✨ 交流**
|
||||
@@ -101,46 +101,46 @@
|
||||
- [✴️ Python SDK クイックスタート](#fastdeploy-quick-start-python)
|
||||
- [✴️ C++ SDK クイックスタート](#fastdeploy-quick-start-cpp)
|
||||
- **インストールドキュメント**
|
||||
- [プリコンパイルされたライブラリのダウンロードとインストール](../en/build_and_install/download_prebuilt_libraries.md)
|
||||
- [GPU デプロイメント環境のコンパイルとインストール](../en/build_and_install/gpu.md)
|
||||
- [CPU デプロイメント環境のコンパイルとインストール](../en/build_and_install/cpu.md)
|
||||
- [IPU デプロイメント環境のコンパイルとインストール](../en/build_and_install/ipu.md)
|
||||
- [KunlunXin XPUデプロイメント環境のコンパイルとインストール](../en/build_and_install/kunlunxin.md)
|
||||
- [Rockchip RV1126 デプロイメント環境のコンパイルとインストール](../en/build_and_install/rv1126.md)
|
||||
- [Rockchip RK3588 デプロイメント環境のコンパイルとインストール](../en/build_and_install/rknpu2.md)
|
||||
- [Amlogic A311D デプロイメント環境のコンパイルとインストール](../en/build_and_install/a311d.md)
|
||||
- [Huawei Ascend デプロイメント環境のコンパイルとインストール](../en/build_and_install/huawei_ascend.md)
|
||||
- [Jetson デプロイメント環境のコンパイルとインストール](../en/build_and_install/jetson.md)
|
||||
- [Android デプロイメント環境のコンパイルとインストール](../en/build_and_install/android.md)
|
||||
- [プリコンパイルされたライブラリのダウンロードとインストール](./../../docs/en/build_and_install/download_prebuilt_libraries.md)
|
||||
- [GPU デプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/gpu.md)
|
||||
- [CPU デプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/cpu.md)
|
||||
- [IPU デプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/ipu.md)
|
||||
- [KunlunXin XPUデプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/kunlunxin.md)
|
||||
- [Rockchip RV1126 デプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/rv1126.md)
|
||||
- [Rockchip RK3588 デプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/rknpu2.md)
|
||||
- [Amlogic A311D デプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/a311d.md)
|
||||
- [Huawei Ascend デプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/huawei_ascend.md)
|
||||
- [Jetson デプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/jetson.md)
|
||||
- [Android デプロイメント環境のコンパイルとインストール](./../../docs/en/build_and_install/android.md)
|
||||
- **クイックユース**
|
||||
- [PP-YOLOE Python 展開例](../en/quick_start/models/python.md)
|
||||
- [PP-YOLOE C++ 展開例](../en/quick_start/models/cpp.md)
|
||||
- [PP-YOLOE Python 展開例](./../../docs/en/quick_start/models/python.md)
|
||||
- [PP-YOLOE C++ 展開例](./../../docs/en/quick_start/models/cpp.md)
|
||||
- **バックエンドの利用**
|
||||
- [Runtime Python 使用例](../en/quick_start/runtime/python.md)
|
||||
- [Runtime C++ 使用例](../en/quick_start/runtime/cpp.md)
|
||||
- [モデルデプロイメントのための推論バックエンドの設定方法](../en/faq/how_to_change_backend.md)
|
||||
- [Runtime Python 使用例](./../../docs/en/quick_start/runtime/python.md)
|
||||
- [Runtime C++ 使用例](./../../docs/en/quick_start/runtime/cpp.md)
|
||||
- [モデルデプロイメントのための推論バックエンドの設定方法](./../../docs/en/faq/how_to_change_backend.md)
|
||||
- **サービス・デプロイメント**
|
||||
- [サービス展開イメージのコンパイルとインストール](../../serving/docs/zh_CN/compile.md)
|
||||
- [サービス・デプロイメント](serving)
|
||||
- [サービス展開イメージのコンパイルとインストール](./../../serving/docs/zh_CN/compile.md)
|
||||
- [サービス・デプロイメント](./../../serving)
|
||||
- **API ドキュメンテーション**
|
||||
- [Python API ドキュメンテーション](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/python/html/)
|
||||
- [C++ API ドキュメンテーション](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/cpp/html/)
|
||||
- [Android Java API ドキュメンテーション](../../java/android)
|
||||
- [Android Java API ドキュメンテーション](./../../java/android)
|
||||
- **パフォーマンスチューニング**
|
||||
- [量的加速](docs/cn/quantize.md)
|
||||
- [マルチスレッド・マルチプロセスの使用](../../tutorials/multi_thread)
|
||||
- [量的加速](./../../docs/cn/quantize.md)
|
||||
- [マルチスレッド・マルチプロセスの使用](./../../tutorials/multi_thread)
|
||||
- **よくある質問**
|
||||
- [1. Windows上C++ SDK の場合使用方法](../en/faq/use_sdk_on_windows.md)
|
||||
- [2. FastDeploy C++ SDKをAndroidで使用する方法](../en/faq/use_cpp_sdk_on_android.md)
|
||||
- [3. TensorRT 使い方のコツ](../en/faq/tensorrt_tricks.md)
|
||||
- [1. Windows上C++ SDK の場合使用方法](./../../docs/en/faq/use_sdk_on_windows.md)
|
||||
- [2. FastDeploy C++ SDKをAndroidで使用する方法](./../../docs/en/faq/use_cpp_sdk_on_android.md)
|
||||
- [3. TensorRT 使い方のコツ](./../../doc/en/faq/tensorrt_tricks.md)
|
||||
- **続きを読むFastDeployモジュールのデプロイメント**
|
||||
- [Benchmark テスト](benchmark)
|
||||
- [Benchmark テスト](./../../benchmark)
|
||||
- **モデル対応表**
|
||||
- [🖥️ サーバーサイドモデル対応表](#fastdeploy-server-models)
|
||||
- [📳 モバイル・エンド側モデル対応表](#fastdeploy-edge-models)
|
||||
- [⚛️ アプレットモデル対応表](#fastdeploy-web-models)
|
||||
- **💕 開発者拠出金**
|
||||
- [新規モデルの追加](../en/faq/develop_a_new_model.md)
|
||||
- [新規モデルの追加](./../../docs/en/faq/develop_a_new_model.md)
|
||||
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
pip install numpy opencv-python fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||
```
|
||||
|
||||
#### [🔸 Conda のインストール(推奨✨)](docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
#### [🔸 Conda のインストール(推奨✨)](./../../docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
|
||||
```bash
|
||||
conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=8.2
|
||||
@@ -217,7 +217,7 @@ cv2.imwrite("vis_image.jpg", vis_im)
|
||||
|
||||
### 🎆 インストール
|
||||
|
||||
- リファレンス[C++ プリコンパイルライブラリのダウンロード](docs/cn/build_and_install/download_prebuilt_libraries.md)文档
|
||||
- リファレンス[C++ プリコンパイルライブラリのダウンロード](./../../docs/cn/build_and_install/download_prebuilt_libraries.md)文档
|
||||
|
||||
#### 🎇 C++ 推論例
|
||||
|
||||
@@ -253,7 +253,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
</div></details>
|
||||
|
||||
その他の展開例は、以下を参照してください[モデル展開例](examples) .
|
||||
その他の展開例は、以下を参照してください[モデル展開例](./../../examples) .
|
||||
|
||||
|
||||
<div id="fastdeploy-server-models"></div>
|
||||
@@ -272,74 +272,74 @@ int main(int argc, char* argv[]) {
|
||||
| ミッションシナリオ | モデル | Linux | Linux | Win | Win | Mac | Mac | Linux | Linux | Linux | Linux | Linux |
|
||||
|:----------------------:|:--------------------------------------------------------------------------------------------:|:------------------------------------------------:|:----------:|:-------:|:----------:|:-------:|:-------:|:-----------:|:---------------:|:-------------:|:-------------:|:-------:|
|
||||
| --- | --- | X86 CPU | NVIDIA GPU | X86 CPU | NVIDIA GPU | X86 CPU | Arm CPU | AArch64 CPU | Phytium D2000CPU | NVIDIA Jetson | Graphcore IPU | Serving |
|
||||
| Classification | [PaddleClas/ResNet50](./examples/vision/classification/paddleclas) | [✅](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [TorchVison/ResNet](examples/vision/classification/resnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [ultralytics/YOLOv5Cls](examples/vision/classification/yolov5cls) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/PP-LCNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/EfficientNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/GhostNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV1](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV3](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/SqueeezeNetV1.1](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/Inceptionv3](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Classification | [PaddleClas/PP-HGNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOE](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [🔥PaddleDetection/YOLOv8](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |✅ | ❔ |
|
||||
| Detection | [🔥ultralytics/YOLOv8](./examples/vision/detection/yolov8) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |❔ | ❔ |
|
||||
| Detection | [PaddleDetection/PicoDet](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOX](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOv3](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLO](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOv2](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Faster-RCNN](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Mask-RCNN](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [Megvii-BaseDetection/YOLOX](./examples/vision/detection/yolox) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7](./examples/vision/detection/yolov7) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_trt](./examples/vision/detection/yolov7end2end_trt) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_ort](./examples/vision/detection/yolov7end2end_ort) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [meituan/YOLOv6](./examples/vision/detection/yolov6) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ultralytics/YOLOv5](./examples/vision/detection/yolov5) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [WongKinYiu/YOLOR](./examples/vision/detection/yolor) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/ScaledYOLOv4](./examples/vision/detection/scaledyolov4) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ppogg/YOLOv5Lite](./examples/vision/detection/yolov5lite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [RangiLyu/NanoDetPlus](./examples/vision/detection/nanodet_plus) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/TinyPose](./examples/vision/keypointdetection/tiny_pose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/PicoDet + TinyPose](./examples/vision/keypointdetection/det_keypoint_unite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| HeadPose | [omasaht/headpose](examples/vision/headpose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Tracking | [PaddleDetection/PP-Tracking](examples/vision/tracking/pptracking) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegLite](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/HRNet](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegServer](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Unet](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [biubug6/RetinaFace](./examples/vision/facedet/retinaface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [Linzaer/UltraFace](./examples/vision/facedet/ultraface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [deepcam-cn/YOLOv5Face](./examples/vision/facedet/yolov5face) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [insightface/SCRFD](./examples/vision/facedet/scrfd) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Hsintao/PFLD](examples/vision/facealign/pfld) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Single430FaceLandmark1000](./examples/vision/facealign/face_landmark_1000) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [jhb86253817/PIPNet](./examples/vision/facealign) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/ArcFace](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/CosFace](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/PartialFC](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/VPL](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [ZHKKKe/MODNet](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/ResNet50](./../../examples/vision/classification/paddleclas) | [✅](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [TorchVison/ResNet](./../../examples/vision/classification/resnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [ultralytics/YOLOv5Cls](./../../examples/vision/classification/yolov5cls) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/PP-LCNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/EfficientNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/GhostNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV1](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV3](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/SqueeezeNetV1.1](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/Inceptionv3](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Classification | [PaddleClas/PP-HGNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOE](./.../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [🔥PaddleDetection/YOLOv8](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |✅ | ❔ |
|
||||
| Detection | [🔥ultralytics/YOLOv8](./../../examples/vision/detection/yolov8) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |❔ | ❔ |
|
||||
| Detection | [PaddleDetection/PicoDet](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOX](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOv3](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLO](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOv2](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Faster-RCNN](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Mask-RCNN](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [Megvii-BaseDetection/YOLOX](./../../examples/vision/detection/yolox) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7](./../../examples/vision/detection/yolov7) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_trt](./../../examples/vision/detection/yolov7end2end_trt) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_ort](./../../examples/vision/detection/yolov7end2end_ort) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [meituan/YOLOv6](./../../examples/vision/detection/yolov6) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ultralytics/YOLOv5](./../../examples/vision/detection/yolov5) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [WongKinYiu/YOLOR](./../../examples/vision/detection/yolor) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/ScaledYOLOv4](./../../examples/vision/detection/scaledyolov4) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ppogg/YOLOv5Lite](./../../examples/vision/detection/yolov5lite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [RangiLyu/NanoDetPlus](./../../examples/vision/detection/nanodet_plus) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/TinyPose](./../../examples/vision/keypointdetection/tiny_pose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/PicoDet + TinyPose](./../../examples/vision/keypointdetection/det_keypoint_unite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| HeadPose | [omasaht/headpose](./../../examples/vision/headpose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Tracking | [PaddleDetection/PP-Tracking](./../../examples/vision/tracking/pptracking) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./../../examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegLite](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/HRNet](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegServer](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Unet](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [biubug6/RetinaFace](./../../examples/vision/facedet/retinaface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [Linzaer/UltraFace](./../../examples/vision/facedet/ultraface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [deepcam-cn/YOLOv5Face](./../../examples/vision/facedet/yolov5face) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [insightface/SCRFD](./../../examples/vision/facedet/scrfd) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Hsintao/PFLD](./../../examples/vision/facealign/pfld) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Single430FaceLandmark1000](./../../examples/vision/facealign/face_landmark_1000) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [jhb86253817/PIPNet](./../../examples/vision/facealign) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/ArcFace](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/CosFace](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/PartialFC](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/VPL](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [ZHKKKe/MODNet](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PeterL1n/RobustVideoMatting]() | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-Matting](./examples/vision/matting/ppmatting) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-HumanMatting](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/ModNet](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-Matting](./../../examples/vision/matting/ppmatting) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-HumanMatting](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/ModNet](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/BasicVSR](./) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/EDVR](./examples/vision/sr/edvr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/PP-MSVSR](./examples/vision/sr/ppmsvsr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Information Extraction | [PaddleNLP/UIE](./examples/text/uie) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | |
|
||||
| NLP | [PaddleNLP/ERNIE-3.0](./examples/text/ernie-3.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | ❔ | ✅ |
|
||||
| Speech | [PaddleSpeech/PP-TTS](./examples/audio/pp-tts) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | -- | ✅ |
|
||||
| Video Super-Resolution | [PaddleGAN/EDVR](./../../examples/vision/sr/edvr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/PP-MSVSR](./../../examples/vision/sr/ppmsvsr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Information Extraction | [PaddleNLP/UIE](./../../examples/text/uie) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | |
|
||||
| NLP | [PaddleNLP/ERNIE-3.0](./../../examples/text/ernie-3.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | ❔ | ✅ |
|
||||
| Speech | [PaddleSpeech/PP-TTS](./../../examples/audio/pp-tts) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | -- | ✅ |
|
||||
|
||||
</div></details>
|
||||
|
||||
@@ -356,30 +356,30 @@ int main(int argc, char* argv[]) {
|
||||
| ミッションシナリオ | モデル | サイズ(MB) | Linux | Android | Linux | Linux | Linux | Linux | Linux | TBD... |
|
||||
|:------------------:|:-----------------------------------------------------------------------------------------:|:--------:|:-------:|:-------:|:-------:|:-----------------------:|:------------------------------:|:---------------------------:|:--------------------------------:|:-------:|
|
||||
| --- | --- | --- | ARM CPU | ARM CPU | Rockchip-NPU<br>RK3568/RK3588 | Rockchip-NPU<br>RV1109/RV1126/RK1808 | Amlogic-NPU <br>A311D/S905D/C308X | NXP-NPU<br>i.MX 8M Plus | TBD...| |
|
||||
| Classification | [PaddleClas/ResNet50](examples/vision/classification/paddleclas) | 98 | ✅ | ✅ | ❔ | ✅ | | | |
|
||||
| Classification | [PaddleClas/PP-LCNet](examples/vision/classification/paddleclas) | 11.9 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](examples/vision/classification/paddleclas) | 26.6 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/EfficientNet](examples/vision/classification/paddleclas) | 31.4 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/GhostNet](examples/vision/classification/paddleclas) | 20.8 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV1](examples/vision/classification/paddleclas) | 17 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV2](examples/vision/classification/paddleclas) | 14.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV3](examples/vision/classification/paddleclas) | 22 | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](examples/vision/classification/paddleclas) | 9.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/SqueezeNetV1.1](examples/vision/classification/paddleclas) | 5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/Inceptionv3](examples/vision/classification/paddleclas) | 95.5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-HGNet](examples/vision/classification/paddleclas) | 59 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Detection | [PaddleDetection/PicoDet_s](examples/vision/detection/paddledetection) | 4.9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
|
||||
| Detection | [YOLOv5](./examples/vision/detection/rkyolo) | | ❔ | ❔ | [✅](./examples/vision/detection/rkyolo) | ❔ | ❔ | ❔ | -- |
|
||||
| Face Detection | [deepinsight/SCRFD](./examples/vision/facedet/scrfd) | 2.5 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Keypoint Detection | [PaddleDetection/PP-TinyPose](examples/vision/keypointdetection/tiny_pose) | 5.5 | ✅ | ✅ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg(STDC1)](examples/vision/segmentation/paddleseg) | 32.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg-Lite](examples/vision/segmentation/paddleseg) | 0.556 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/HRNet-w18](examples/vision/segmentation/paddleseg) | 38.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg](examples/vision/segmentation/paddleseg) | 107.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Unet](examples/vision/segmentation/paddleseg) | 53.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](examples/vision/segmentation/paddleseg) | 150 | ❔ | ✅ | ✅ | | | | |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](examples/vision/ocr/PP-OCRv2) | 2.3+4.4 | ✅ | ✅ | ❔ | -- | -- | -- | -- |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](examples/vision/ocr/PP-OCRv3) | 2.4+10.6 | ✅ | ❔ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ResNet50](./../../examples/vision/classification/paddleclas) | 98 | ✅ | ✅ | ❔ | ✅ | | | |
|
||||
| Classification | [PaddleClas/PP-LCNet](./../../examples/vision/classification/paddleclas) | 11.9 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./../../examples/vision/classification/paddleclas) | 26.6 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/EfficientNet](./../../examples/vision/classification/paddleclas) | 31.4 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/GhostNet](./../../examples/vision/classification/paddleclas) | 20.8 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV1](./../../examples/vision/classification/paddleclas) | 17 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV2](./../../examples/vision/classification/paddleclas) | 14.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV3](./../../examples/vision/classification/paddleclas) | 22 | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./../../examples/vision/classification/paddleclas) | 9.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/SqueezeNetV1.1](./../../examples/vision/classification/paddleclas) | 5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/Inceptionv3](./../../examples/vision/classification/paddleclas) | 95.5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-HGNet](./../../examples/vision/classification/paddleclas) | 59 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Detection | [PaddleDetection/PicoDet_s](./../../examples/vision/detection/paddledetection) | 4.9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
|
||||
| Detection | [YOLOv5](./../../examples/vision/detection/rkyolo) | | ❔ | ❔ | [✅](./examples/vision/detection/rkyolo) | ❔ | ❔ | ❔ | -- |
|
||||
| Face Detection | [deepinsight/SCRFD](./../../examples/vision/facedet/scrfd) | 2.5 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Keypoint Detection | [PaddleDetection/PP-TinyPose](./../../examples/vision/keypointdetection/tiny_pose) | 5.5 | ✅ | ✅ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg(STDC1)](./../../examples/vision/segmentation/paddleseg) | 32.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg-Lite](./../../examples/vision/segmentation/paddleseg) | 0.556 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/HRNet-w18](./../../examples/vision/segmentation/paddleseg) | 38.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg](./../../examples/vision/segmentation/paddleseg) | 107.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Unet](./../../examples/vision/segmentation/paddleseg) | 53.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./../../examples/vision/segmentation/paddleseg) | 150 | ❔ | ✅ | ✅ | | | | |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./../../examples/vision/ocr/PP-OCRv2) | 2.3+4.4 | ✅ | ✅ | ❔ | -- | -- | -- | -- |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/vision/ocr/PP-OCRv3) | 2.4+10.6 | ✅ | ❔ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
|
||||
|
||||
</div></details>
|
||||
@@ -390,15 +390,15 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
<details open><summary><b> ウェブ・アプレット展開サポートリスト(クリックで縮小)</b></summary><div>
|
||||
|
||||
| ミッションシナリオ | モデル | [web_demo](examples/application/js/web_demo) |
|
||||
| ミッションシナリオ | モデル | [web_demo](./../../examples/application/js/web_demo) |
|
||||
|:------------------:|:-------------------------------------------------------------------------------------------:|:--------------------------------------------:|
|
||||
| --- | --- | [Paddle.js](examples/application/js) |
|
||||
| Detection | [FaceDetection](examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Detection | [ScrewDetection](examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Segmentation | [PaddleSeg/HumanSeg](./examples/application/js/web_demo/src/pages/cv/segmentation/HumanSeg) | ✅ |
|
||||
| Object Recognition | [GestureRecognition](examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| Object Recognition | [ItemIdentification](examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./examples/application/js/web_demo/src/pages/cv/ocr) | ✅ |
|
||||
| --- | --- | [Paddle.js](./../../examples/application/js) |
|
||||
| Detection | [FaceDetection](./../../examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Detection | [ScrewDetection](./../../examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Segmentation | [PaddleSeg/HumanSeg](./../../examples/application/js/web_demo/src/pages/cv/segmentation/HumanSeg) | ✅ |
|
||||
| Object Recognition | [GestureRecognition](./../../examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| Object Recognition | [ItemIdentification](./../../examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/application/js/web_demo/src/pages/cv/ocr) | ✅ |
|
||||
|
||||
</div></details>
|
||||
|
||||
@@ -411,4 +411,4 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
<div id="fastdeploy-license"></div>
|
||||
|
||||
FastDeploy は、[Apache-2.0 オープンソースプロトコル](./LICENSE)に従っています
|
||||
FastDeploy は、[Apache-2.0 オープンソースプロトコル](./../../LICENSE)に従っています
|
||||
|
@@ -16,11 +16,11 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="/docs/cn/build_and_install"><b> 설치 </b></a>
|
||||
<a href="./../../docs/cn/build_and_install"><b> 설치 </b></a>
|
||||
|
|
||||
<a href="docs/README_CN.md"><b> 문서 사용하기 </b></a>
|
||||
<a href="./../../docs/README_CN.md"><b> 문서 사용하기 </b></a>
|
||||
|
|
||||
<a href="README_CN.md#fastdeploy-quick-start-python"><b> 빠른 시작 </b></a>
|
||||
<a href="./../../README_CN.md#fastdeploy-quick-start-python"><b> 빠른 시작 </b></a>
|
||||
|
|
||||
<a href="https://baidu-paddle.github.io/fastdeploy-api/"><b> API문서 </b></a>
|
||||
|
|
||||
@@ -55,9 +55,9 @@
|
||||
|
||||
## 🌠 최근 업데이트
|
||||
|
||||
- ✨✨✨ **2023.01.17** fastdeploy 시리즈의[**YOLOv8**](./examples/vision/detection/paddledetection/) 하드웨어 배포 지원을 공개하였다.그 중에는[**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8)그리고[**커뮤니티 ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)
|
||||
- [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) 을 배포할 수 있는 하드웨어:[**Intel CPU**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**NVIDIA GPU**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Jetson**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Phytium**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**KunlunXin**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Huawei Ascend**](./examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**ARM CPU**](./examples/vision/detection/paddledetection/cpp/infer_yolov8.cc), 포함**Python** 배치 와 **C++** 배치;**계산 할 수TPU** 와 **RK3588** 업데이트 중
|
||||
- [**커뮤니티 ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics) 을 배포할 수 있는 하드웨어:[**Intel CPU**](./examples/vision/detection/yolov8)、[**NVIDIA GPU**](./examples/vision/detection/yolov8)、[**Jetson**](./examples/vision/detection/yolov8), 포함**Python** 배치 와 **C++** 배치;
|
||||
- ✨✨✨ **2023.01.17** fastdeploy 시리즈의[**YOLOv8**](./../../examples/vision/detection/paddledetection/) 하드웨어 배포 지원을 공개하였다.그 중에는[**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8)그리고[**커뮤니티 ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics)
|
||||
- [**Paddle YOLOv8**](https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.5/configs/yolov8) 을 배포할 수 있는 하드웨어:[**Intel CPU**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**NVIDIA GPU**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Jetson**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Phytium**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**KunlunXin**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**Huawei Ascend**](./../../examples/vision/detection/paddledetection/python/infer_yolov8.py)、[**ARM CPU**](./../../examples/vision/detection/paddledetection/cpp/infer_yolov8.cc), 포함**Python** 배치 와 **C++** 배치;**계산 할 수TPU** 와 **RK3588** 업데이트 중
|
||||
- [**커뮤니티 ultralytics YOLOv8**](https://github.com/ultralytics/ultralytics) 을 배포할 수 있는 하드웨어:[**Intel CPU**](./../../examples/vision/detection/yolov8)、[**NVIDIA GPU**](./../../examples/vision/detection/yolov8)、[**Jetson**](./../../examples/vision/detection/yolov8), 포함**Python** 배치 와 **C++** 배치;
|
||||
- **YOLOv8**, **PP-YOLOE+**, **YOLOv5** 와 같은 모델의 성능을 비교하기 위해 fastdeploy 모델 api 전환
|
||||
|
||||
- **✨👥✨ 지역 사회 교류**
|
||||
@@ -100,46 +100,46 @@
|
||||
- [✴️ Python SDK 빠른 시작](#fastdeploy-quick-start-python)
|
||||
- [✴️ C++ SDK 빠른 시작](#fastdeploy-quick-start-cpp)
|
||||
- **문서 설치**
|
||||
- [사전 컴파일 라이브러리 다운로드 설치](docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
- [GPU 배치 환경 컴파일 설치](docs/cn/build_and_install/gpu.md)
|
||||
- [CPU 배치 환경 컴파일 설치](docs/cn/build_and_install/cpu.md)
|
||||
- [IPU 배치 환경 컴파일 설치](docs/cn/build_and_install/ipu.md)
|
||||
- [KunlunXin XPU 배치 환경 컴파일 설치](docs/cn/build_and_install/kunlunxin.md)
|
||||
- [Rockchip RV1126 배치 환경 컴파일 설치](docs/cn/build_and_install/rv1126.md)
|
||||
- [Rockchip RK3588 배치 환경 컴파일 설치](docs/cn/build_and_install/rknpu2.md)
|
||||
- [Amlogic A311D 배치 환경 컴파일 설치](docs/cn/build_and_install/a311d.md)
|
||||
- [Huawei Ascend 배치 환경 컴파일 설치](docs/cn/build_and_install/huawei_ascend.md)
|
||||
- [Jetson 배치 환경 컴파일 설치](docs/cn/build_and_install/jetson.md)
|
||||
- [Android 배치 환경 컴파일 설치](docs/cn/build_and_install/android.md)
|
||||
- [사전 컴파일 라이브러리 다운로드 설치](./../../docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
- [GPU 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/gpu.md)
|
||||
- [CPU 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/cpu.md)
|
||||
- [IPU 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/ipu.md)
|
||||
- [KunlunXin XPU 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/kunlunxin.md)
|
||||
- [Rockchip RV1126 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/rv1126.md)
|
||||
- [Rockchip RK3588 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/rknpu2.md)
|
||||
- [Amlogic A311D 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/a311d.md)
|
||||
- [Huawei Ascend 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/huawei_ascend.md)
|
||||
- [Jetson 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/jetson.md)
|
||||
- [Android 배치 환경 컴파일 설치](./../../docs/cn/build_and_install/android.md)
|
||||
- **빠른 사용**
|
||||
- [PP-YOLOE Python 배포 예제](docs/cn/quick_start/models/python.md)
|
||||
- [PP-YOLOE C++ 배포 예제](docs/cn/quick_start/models/cpp.md)
|
||||
- [PP-YOLOE Python 배포 예제](./../../docs/cn/quick_start/models/python.md)
|
||||
- [PP-YOLOE C++ 배포 예제](./../../docs/cn/quick_start/models/cpp.md)
|
||||
- **백엔드 사용**
|
||||
- [Runtime Python 사용 예시](docs/cn/quick_start/runtime/python.md)
|
||||
- [Runtime C++ 사용 예시](docs/cn/quick_start/runtime/cpp.md)
|
||||
- [모델 배포의 추리 백엔드를 어떻게 설정할 것인가](docs/cn/faq/how_to_change_backend.md)
|
||||
- [Runtime Python 사용 예시](./../../docs/cn/quick_start/runtime/python.md)
|
||||
- [Runtime C++ 사용 예시](./../../docs/cn/quick_start/runtime/cpp.md)
|
||||
- [모델 배포의 추리 백엔드를 어떻게 설정할 것인가](./../../docs/cn/faq/how_to_change_backend.md)
|
||||
- **서비스화 배치**
|
||||
- [서비스 배포 이미지 컴파일 설치](serving/docs/zh_CN/compile.md)
|
||||
- [서비스화 배치](serving)
|
||||
- [서비스 배포 이미지 컴파일 설치](./../../serving/docs/zh_CN/compile.md)
|
||||
- [서비스화 배치](./../../serving)
|
||||
- **API 문서**
|
||||
- [Python API 문서](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/python/html/)
|
||||
- [C++ API 문서](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/cpp/html/)
|
||||
- [Android Java API 문서](java/android)
|
||||
- [Android Java API 문서](./../../java/android)
|
||||
- **성능 개선**
|
||||
- [정량화 가속](docs/cn/quantize.md)
|
||||
- [다중 스레드, 다중 프로세스 사용](/tutorials/multi_thread)
|
||||
- [정량화 가속](./../../docs/cn/quantize.md)
|
||||
- [다중 스레드, 다중 프로세스 사용](./../../tutorials/multi_thread)
|
||||
- **늘 보는 질문**
|
||||
- [1. Windows C++ SDK 어떻게 사용하는가](docs/cn/faq/use_sdk_on_windows.md)
|
||||
- [2. Android 어떻게 사용하는가 FastDeploy C++ SDK](docs/cn/faq/use_cpp_sdk_on_android.md)
|
||||
- [3. TensorRT 몇 가지 기술들이 있습니다](docs/cn/faq/tensorrt_tricks.md)
|
||||
- [1. Windows C++ SDK 어떻게 사용하는가](./../../docs/cn/faq/use_sdk_on_windows.md)
|
||||
- [2. Android 어떻게 사용하는가 FastDeploy C++ SDK](./../../docs/cn/faq/use_cpp_sdk_on_android.md)
|
||||
- [3. TensorRT 몇 가지 기술들이 있습니다](./../../docs/cn/faq/tensorrt_tricks.md)
|
||||
- **더 많은FastDeploy 배포 모듈**
|
||||
- [Benchmark 테스트](benchmark)
|
||||
- [Benchmark 테스트](./../../benchmark)
|
||||
- **모델 지원 목록**
|
||||
- [🖥️ 서비스 모델 지원 목록](#fastdeploy-server-models)
|
||||
- [📳 모바일 및 엔드사이드 모델 지원 목록](#fastdeploy-edge-models)
|
||||
- [⚛️ Web 및 애플릿 모델 지원 목록](#fastdeploy-web-models)
|
||||
- **💕개발자 기여금**
|
||||
- [새로운 모델 추가](docs/cn/faq/develop_a_new_model.md)
|
||||
- [새로운 모델 추가](./../../docs/cn/faq/develop_a_new_model.md)
|
||||
|
||||
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
pip install numpy opencv-python fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
|
||||
```
|
||||
|
||||
#### [🔸 Conda설치 (추천✨)](docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
#### [🔸 Conda설치 (추천✨)](./../../docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
|
||||
```bash
|
||||
conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=8.2
|
||||
@@ -216,7 +216,7 @@ cv2.imwrite("vis_image.jpg", vis_im)
|
||||
|
||||
### 🎆 설치
|
||||
|
||||
- 참고[C++ 프리컴파일 라이브러리 다운로드](docs/cn/build_and_install/download_prebuilt_libraries.md)文档
|
||||
- 참고[C++ 프리컴파일 라이브러리 다운로드](./../../docs/cn/build_and_install/download_prebuilt_libraries.md)
|
||||
|
||||
#### 🎇 C++ 추리 실례
|
||||
|
||||
@@ -252,7 +252,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
</div></details>
|
||||
|
||||
더 많은 배치 사례를 참고하시기 바랍니다[모델 배포 예제](examples) .
|
||||
더 많은 배치 사례를 참고하시기 바랍니다[모델 배포 예제](./../../examples) .
|
||||
|
||||
|
||||
<div id="fastdeploy-server-models"></div>
|
||||
@@ -271,74 +271,74 @@ int main(int argc, char* argv[]) {
|
||||
| 작업 장면 | 모형 | Linux | Linux | Win | Win | Mac | Mac | Linux | Linux | Linux | Linux | Linux |
|
||||
|:----------------------:|:--------------------------------------------------------------------------------------------:|:------------------------------------------------:|:----------:|:-------:|:----------:|:-------:|:-------:|:-----------:|:---------------:|:-------------:|:-------------:|:-------:|
|
||||
| --- | --- | X86 CPU | NVIDIA GPU | X86 CPU | NVIDIA GPU | X86 CPU | Arm CPU | AArch64 CPU | Phytium D2000CPU | NVIDIA Jetson | Graphcore IPU | Serving |
|
||||
| Classification | [PaddleClas/ResNet50](./examples/vision/classification/paddleclas) | [✅](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [TorchVison/ResNet](examples/vision/classification/resnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [ultralytics/YOLOv5Cls](examples/vision/classification/yolov5cls) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/PP-LCNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/EfficientNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/GhostNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV1](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV3](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/SqueeezeNetV1.1](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/Inceptionv3](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Classification | [PaddleClas/PP-HGNet](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOE](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [🔥PaddleDetection/YOLOv8](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |✅ | ❔ |
|
||||
| Detection | [🔥ultralytics/YOLOv8](./examples/vision/detection/yolov8) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |❔ | ❔ |
|
||||
| Detection | [PaddleDetection/PicoDet](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOX](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOv3](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLO](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOv2](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Faster-RCNN](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Mask-RCNN](./examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [Megvii-BaseDetection/YOLOX](./examples/vision/detection/yolox) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7](./examples/vision/detection/yolov7) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_trt](./examples/vision/detection/yolov7end2end_trt) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_ort_](./examples/vision/detection/yolov7end2end_ort) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [meituan/YOLOv6](./examples/vision/detection/yolov6) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ultralytics/YOLOv5](./examples/vision/detection/yolov5) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [WongKinYiu/YOLOR](./examples/vision/detection/yolor) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/ScaledYOLOv4](./examples/vision/detection/scaledyolov4) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ppogg/YOLOv5Lite](./examples/vision/detection/yolov5lite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [RangiLyu/NanoDetPlus](./examples/vision/detection/nanodet_plus) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/TinyPose](./examples/vision/keypointdetection/tiny_pose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/PicoDet + TinyPose](./examples/vision/keypointdetection/det_keypoint_unite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| HeadPose | [omasaht/headpose](examples/vision/headpose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Tracking | [PaddleDetection/PP-Tracking](examples/vision/tracking/pptracking) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegLite](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/HRNet](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegServer](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Unet](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [biubug6/RetinaFace](./examples/vision/facedet/retinaface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [Linzaer/UltraFace](./examples/vision/facedet/ultraface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [deepcam-cn/YOLOv5Face](./examples/vision/facedet/yolov5face) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [insightface/SCRFD](./examples/vision/facedet/scrfd) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Hsintao/PFLD](examples/vision/facealign/pfld) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Single430FaceLandmark1000](./examples/vision/facealign/face_landmark_1000) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [jhb86253817/PIPNet](./examples/vision/facealign) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/ArcFace](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/CosFace](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/PartialFC](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/VPL](./examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [ZHKKKe/MODNet](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/ResNet50](./../../examples/vision/classification/paddleclas) | [✅](./examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [TorchVison/ResNet](./../../examples/vision/classification/resnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [ultralytics/YOLOv5Cls](./../../examples/vision/classification/yolov5cls) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Classification | [PaddleClas/PP-LCNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/EfficientNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/GhostNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV1](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/MobileNetV3](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/SqueeezeNetV1.1](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Classification | [PaddleClas/Inceptionv3](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Classification | [PaddleClas/PP-HGNet](./../../examples/vision/classification/paddleclas) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOE](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [🔥PaddleDetection/YOLOv8](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |✅ | ❔ |
|
||||
| Detection | [🔥ultralytics/YOLOv8](./../../examples/vision/detection/yolov8) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |❔ | ❔ |
|
||||
| Detection | [PaddleDetection/PicoDet](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOX](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/YOLOv3](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLO](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/PP-YOLOv2](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Faster-RCNN](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [PaddleDetection/Mask-RCNN](./../../examples/vision/detection/paddledetection) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [Megvii-BaseDetection/YOLOX](./../../examples/vision/detection/yolox) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7](./../../examples/vision/detection/yolov7) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_trt](./../../examples/vision/detection/yolov7end2end_trt) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/YOLOv7end2end_ort_](./../../examples/vision/detection/yolov7end2end_ort) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [meituan/YOLOv6](./../../examples/vision/detection/yolov6) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ultralytics/YOLOv5](./../../examples/vision/detection/yolov5) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Detection | [WongKinYiu/YOLOR](./../../examples/vision/detection/yolor) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Detection | [WongKinYiu/ScaledYOLOv4](./../../examples/vision/detection/scaledyolov4) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [ppogg/YOLOv5Lite](./../../examples/vision/detection/yolov5lite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Detection | [RangiLyu/NanoDetPlus](./../../examples/vision/detection/nanodet_plus) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/TinyPose](./../../examples/vision/keypointdetection/tiny_pose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| KeyPoint | [PaddleDetection/PicoDet + TinyPose](./../../examples/vision/keypointdetection/det_keypoint_unite) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| HeadPose | [omasaht/headpose](./../../examples/vision/headpose) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Tracking | [PaddleDetection/PP-Tracking](./../../examples/vision/tracking/pptracking) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./../../examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/vision/ocr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegLite](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/HRNet](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSegServer](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Unet](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./../../examples/vision/segmentation/paddleseg) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [biubug6/RetinaFace](./../../examples/vision/facedet/retinaface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [Linzaer/UltraFace](./../../examples/vision/facedet/ultraface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [deepcam-cn/YOLOv5Face](./../../examples/vision/facedet/yolov5face) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceDetection | [insightface/SCRFD](./../../examples/vision/facedet/scrfd) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Hsintao/PFLD](./../../examples/vision/facealign/pfld) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [Single430FaceLandmark1000](./../../examples/vision/facealign/face_landmark_1000) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceAlign | [jhb86253817/PIPNet](./../../examples/vision/facealign) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/ArcFace](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/CosFace](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/PartialFC](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| FaceRecognition | [insightface/VPL](./../../examples/vision/faceid/insightface) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [ZHKKKe/MODNet](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PeterL1n/RobustVideoMatting]() | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-Matting](./examples/vision/matting/ppmatting) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-HumanMatting](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/ModNet](./examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-Matting](./../../examples/vision/matting/ppmatting) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/PP-HumanMatting](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Matting | [PaddleSeg/ModNet](./../../examples/vision/matting/modnet) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/BasicVSR](./) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/EDVR](./examples/vision/sr/edvr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/PP-MSVSR](./examples/vision/sr/ppmsvsr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Information Extraction | [PaddleNLP/UIE](./examples/text/uie) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | |
|
||||
| NLP | [PaddleNLP/ERNIE-3.0](./examples/text/ernie-3.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | ❔ | ✅ |
|
||||
| Speech | [PaddleSpeech/PP-TTS](./examples/audio/pp-tts) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | -- | ✅ |
|
||||
| Video Super-Resolution | [PaddleGAN/EDVR](./../../examples/vision/sr/edvr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Video Super-Resolution | [PaddleGAN/PP-MSVSR](./../../examples/vision/sr/ppmsvsr) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ |
|
||||
| Information Extraction | [PaddleNLP/UIE](./../../examples/text/uie) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ✅ | ❔ | |
|
||||
| NLP | [PaddleNLP/ERNIE-3.0](./../../examples/text/ernie-3.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | ❔ | ✅ |
|
||||
| Speech | [PaddleSpeech/PP-TTS](./../../examples/audio/pp-tts) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❔ | ❔ | -- | ✅ |
|
||||
|
||||
</div></details>
|
||||
|
||||
@@ -355,30 +355,30 @@ int main(int argc, char* argv[]) {
|
||||
| 작업 장면 | 모형 | 크기(MB) | Linux | Android | Linux | Linux | Linux | Linux | Linux | TBD... |
|
||||
|:------------------:|:-----------------------------------------------------------------------------------------:|:--------:|:-------:|:-------:|:-------:|:-----------------------:|:------------------------------:|:---------------------------:|:--------------------------------:|:-------:|
|
||||
| --- | --- | --- | ARM CPU | ARM CPU | Rockchip-NPU<br>RK3568/RK3588 | Rockchip-NPU<br>RV1109/RV1126/RK1808 | Amlogic-NPU <br>A311D/S905D/C308X | NXP-NPU<br>i.MX 8M Plus | TBD...| |
|
||||
| Classification | [PaddleClas/ResNet50](examples/vision/classification/paddleclas) | 98 | ✅ | ✅ | ❔ | ✅ | | | |
|
||||
| Classification | [PaddleClas/PP-LCNet](examples/vision/classification/paddleclas) | 11.9 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](examples/vision/classification/paddleclas) | 26.6 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/EfficientNet](examples/vision/classification/paddleclas) | 31.4 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/GhostNet](examples/vision/classification/paddleclas) | 20.8 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV1](examples/vision/classification/paddleclas) | 17 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV2](examples/vision/classification/paddleclas) | 14.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV3](examples/vision/classification/paddleclas) | 22 | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](examples/vision/classification/paddleclas) | 9.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/SqueezeNetV1.1](examples/vision/classification/paddleclas) | 5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/Inceptionv3](examples/vision/classification/paddleclas) | 95.5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-HGNet](examples/vision/classification/paddleclas) | 59 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Detection | [PaddleDetection/PicoDet_s](examples/vision/detection/paddledetection) | 4.9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
|
||||
| Detection | [YOLOv5](./examples/vision/detection/rkyolo) | | ❔ | ❔ | [✅](./examples/vision/detection/rkyolo) | ❔ | ❔ | ❔ | -- |
|
||||
| Face Detection | [deepinsight/SCRFD](./examples/vision/facedet/scrfd) | 2.5 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Keypoint Detection | [PaddleDetection/PP-TinyPose](examples/vision/keypointdetection/tiny_pose) | 5.5 | ✅ | ✅ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg(STDC1)](examples/vision/segmentation/paddleseg) | 32.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg-Lite](examples/vision/segmentation/paddleseg) | 0.556 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/HRNet-w18](examples/vision/segmentation/paddleseg) | 38.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg](examples/vision/segmentation/paddleseg) | 107.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Unet](examples/vision/segmentation/paddleseg) | 53.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](examples/vision/segmentation/paddleseg) | 150 | ❔ | ✅ | ✅ | | | | |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](examples/vision/ocr/PP-OCRv2) | 2.3+4.4 | ✅ | ✅ | ❔ | -- | -- | -- | -- |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](examples/vision/ocr/PP-OCRv3) | 2.4+10.6 | ✅ | ❔ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ResNet50](./../../examples/vision/classification/paddleclas) | 98 | ✅ | ✅ | ❔ | ✅ | | | |
|
||||
| Classification | [PaddleClas/PP-LCNet](./../../examples/vision/classification/paddleclas) | 11.9 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-LCNetv2](./../../examples/vision/classification/paddleclas) | 26.6 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/EfficientNet](./../../examples/vision/classification/paddleclas) | 31.4 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/GhostNet](./../../examples/vision/classification/paddleclas) | 20.8 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV1](./../../examples/vision/classification/paddleclas) | 17 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV2](./../../examples/vision/classification/paddleclas) | 14.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/MobileNetV3](./../../examples/vision/classification/paddleclas) | 22 | ✅ | ✅ | ❔ | ✅ | ❔ | ❔ | -- |
|
||||
| Classification | [PaddleClas/ShuffleNetV2](./../../examples/vision/classification/paddleclas) | 9.2 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/SqueezeNetV1.1](./../../examples/vision/classification/paddleclas) | 5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/Inceptionv3](./../../examples/vision/classification/paddleclas) | 95.5 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Classification | [PaddleClas/PP-HGNet](./../../examples/vision/classification/paddleclas) | 59 | ✅ | ✅ | ❔ | ✅ | -- | -- | -- |
|
||||
| Detection | [PaddleDetection/PicoDet_s](./../../examples/vision/detection/paddledetection) | 4.9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
|
||||
| Detection | [YOLOv5](./../../examples/vision/detection/rkyolo) | | ❔ | ❔ | [✅](./../../examples/vision/detection/rkyolo) | ❔ | ❔ | ❔ | -- |
|
||||
| Face Detection | [deepinsight/SCRFD](./../../examples/vision/facedet/scrfd) | 2.5 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Keypoint Detection | [PaddleDetection/PP-TinyPose](./../../examples/vision/keypointdetection/tiny_pose) | 5.5 | ✅ | ✅ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
| Segmentation | [PaddleSeg/PP-LiteSeg(STDC1)](./../../examples/vision/segmentation/paddleseg) | 32.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg-Lite](./../../examples/vision/segmentation/paddleseg) | 0.556 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/HRNet-w18](./../../examples/vision/segmentation/paddleseg) | 38.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/PP-HumanSeg](./../../examples/vision/segmentation/paddleseg) | 107.2 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Unet](./../../examples/vision/segmentation/paddleseg) | 53.7 | ✅ | ✅ | ✅ | -- | -- | -- | -- |
|
||||
| Segmentation | [PaddleSeg/Deeplabv3](./../../examples/vision/segmentation/paddleseg) | 150 | ❔ | ✅ | ✅ | | | | |
|
||||
| OCR | [PaddleOCR/PP-OCRv2](./../../examples/vision/ocr/PP-OCRv2) | 2.3+4.4 | ✅ | ✅ | ❔ | -- | -- | -- | -- |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/vision/ocr/PP-OCRv3) | 2.4+10.6 | ✅ | ❔ | ❔ | ❔ | ❔ | ❔ | -- |
|
||||
|
||||
|
||||
</div></details>
|
||||
@@ -389,15 +389,15 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
<details open><summary><b>웹 및 애플릿 배포 지원 목록 (누르면 축소)</b></summary><div>
|
||||
|
||||
| 작업 장면 | 모형 | [web_demo](examples/application/js/web_demo) |
|
||||
| 작업 장면 | 모형 | [web_demo](./../../examples/application/js/web_demo) |
|
||||
|:------------------:|:-------------------------------------------------------------------------------------------:|:--------------------------------------------:|
|
||||
| --- | --- | [Paddle.js](examples/application/js) |
|
||||
| Detection | [FaceDetection](examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Detection | [ScrewDetection](examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Segmentation | [PaddleSeg/HumanSeg](./examples/application/js/web_demo/src/pages/cv/segmentation/HumanSeg) | ✅ |
|
||||
| Object Recognition | [GestureRecognition](examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| Object Recognition | [ItemIdentification](examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./examples/application/js/web_demo/src/pages/cv/ocr) | ✅ |
|
||||
| --- | --- | [Paddle.js](./../../examples/application/js) |
|
||||
| Detection | [FaceDetection](./../../examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Detection | [ScrewDetection](./../../examples/application/js/web_demo/src/pages/cv/detection) | ✅ |
|
||||
| Segmentation | [PaddleSeg/HumanSeg](./../../examples/application/js/web_demo/src/pages/cv/segmentation/HumanSeg) | ✅ |
|
||||
| Object Recognition | [GestureRecognition](./../../examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| Object Recognition | [ItemIdentification](./../../examples/application/js/web_demo/src/pages/cv/recognition) | ✅ |
|
||||
| OCR | [PaddleOCR/PP-OCRv3](./../../examples/application/js/web_demo/src/pages/cv/ocr) | ✅ |
|
||||
|
||||
</div></details>
|
||||
|
||||
@@ -410,4 +410,4 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
<div id="fastdeploy-license"></div>
|
||||
|
||||
Fastdeploy 컴플라이언스 [Apache e-2.0 오픈 소스 프로토콜](./LICENSE)
|
||||
Fastdeploy 컴플라이언스 [Apache e-2.0 오픈 소스 프로토콜](./../../LICENSE)
|
||||
|
Reference in New Issue
Block a user