Update README.md

This commit is contained in:
leiqing
2023-03-02 14:40:46 +08:00
committed by GitHub
parent 616b6f7c99
commit 164a4f5e87

View File

@@ -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)