Update by comments

This commit is contained in:
felixhjh
2023-02-13 07:20:07 +00:00
parent 8d1adceb89
commit ba5a1b79e1
6 changed files with 58 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
English | [简体中文](README_CN.md)
# PaddleSeg Android Demo for Target Detection
# PaddleSeg Android Demo for Image Segmentation
For real-time portrait segmentation on Android, this demo has good ease of use and openness. You can run your own training model in the demo.
@@ -10,7 +10,7 @@ For real-time portrait segmentation on Android, this demo has good ease of use a
## Deployment Steps
1. Target detection PaddleSeg Demo is located in `fastdeploy/examples/vision/segmentation/paddleseg/android` directory.
1. Image Segmentation PaddleSeg Demo is located in `fastdeploy/examples/vision/segmentation/paddleseg/android` directory.
2. Please use Android Studio to open paddleseg/android project.
3. Connect your phone to your computer, turn on USB debugging and file transfer mode, and connect your own mobile device on Android Studio (your phone needs to be enabled to allow software installation from USB).

View File

@@ -1,5 +1,5 @@
[English](README.md) | 简体中文
# 目标检测 PaddleSeg Android Demo 使用文档
# 图像分割 PaddleSeg Android Demo 使用文档
在 Android 上实现实时的人像分割功能,此 Demo 有很好的的易用性和开放性,如在 Demo 中跑自己训练好的模型等。
@@ -10,7 +10,7 @@
## 部署步骤
1. 目标检测 PaddleSeg Demo 位于 `path/to/paddleseg/android` 目录
1. 图像分割 PaddleSeg Demo 位于 `path/to/paddleseg/android` 目录
2. 用 Android Studio 打开 paddleseg/android 工程
3. 手机连接电脑,打开 USB 调试和文件传输模式,并在 Android Studio 上连接自己的手机设备(手机需要开启允许从 USB 安装软件权限)