From 164a4f5e871158b28dec94f784e4576ea8b8e73f Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Thu, 2 Mar 2023 14:40:46 +0800 Subject: [PATCH] Update README.md --- java/android/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/android/README.md b/java/android/README.md index 2197b4daa..3bf4aec65 100644 --- a/java/android/README.md +++ b/java/android/README.md @@ -6,7 +6,7 @@ Currently FastDeploy Android SDK supports image classification, target detection - Calling the `predict` interface - Visualization validation (optional) -|Image Classification|Target Detection|OCR Text Recognition|Portrait Segmentation|Face Detection| +|Image Classification|Object Detection|OCR Text Recognition|Portrait Segmentation|Face Detection| |:---:|:---:|:---:|:---:|:---:| |![classify](https://user-images.githubusercontent.com/31974251/203261658-600bcb09-282b-4cd3-a2f2-2c733a223b03.gif)|![detection](https://user-images.githubusercontent.com/31974251/203261763-a7513df7-e0ab-42e5-ad50-79ed7e8c8cd2.gif)|![ocr](https://user-images.githubusercontent.com/31974251/203261817-92cc4fcd-463e-4052-910c-040d586ff4e7.gif)|![seg](https://user-images.githubusercontent.com/31974251/203267867-7c51b695-65e6-402e-9826-5d6d5864da87.gif)|![face](https://user-images.githubusercontent.com/31974251/203261714-c74631dd-ec5b-4738-81a3-8dfc496f7547.gif)| @@ -14,7 +14,7 @@ Currently FastDeploy Android SDK supports image classification, target detection - [Download and Configure SDK](#SDK) - [Image Classification API](#Classification) -- [Target Detection API](#Detection) +- [Object Detection API](#Detection) - [Semantic Segmentation API](#Segmentation) - [OCR Text Recognition API ](#OCR) - [Face Detection API](#FaceDetection)