qc903113684 commited on
Commit
d3eb3f5
·
verified ·
1 Parent(s): 0dc716f

Update AidLite SDK Development Documents.md

Browse files
AidLite SDK Development Documents.md CHANGED
@@ -198,10 +198,13 @@ python3 snpe2_yolov5_multi.py
198
  ### AidLite SDK Demo in Android
199
 
200
  AidLite SDK provides a simple and runnable Android project demo, which includes three quantitative models:
 
201
  - Unet (defect detection)
202
  - ResNet18 (classification)
203
  - YOLOv5s (target detection)
204
  - CPU bind demo
205
 
 
 
206
  - [AidLux SDK Sample(SNPE1.61)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE1.61).zip)
207
  - [AidLux SDK Sample(SNPE2.10)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE2.10).zip)
 
198
  ### AidLite SDK Demo in Android
199
 
200
  AidLite SDK provides a simple and runnable Android project demo, which includes three quantitative models:
201
+
202
  - Unet (defect detection)
203
  - ResNet18 (classification)
204
  - YOLOv5s (target detection)
205
  - CPU bind demo
206
 
207
+ Download Android project and run demo:
208
+
209
  - [AidLux SDK Sample(SNPE1.61)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE1.61).zip)
210
  - [AidLux SDK Sample(SNPE2.10)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE2.10).zip)