Update README.md
Browse files
README.md
CHANGED
@@ -51,5 +51,16 @@ The demo model conversion step on AIMO can be found blow:
|
|
51 |
## Inference
|
52 |
|
53 |
### Step1: convert model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
### Step2: install AidLite SDK
|
55 |
-
|
|
|
|
|
|
|
|
|
|
51 |
## Inference
|
52 |
|
53 |
### Step1: convert model
|
54 |
+
|
55 |
+
a. Prepare source model in onnx format. The source model can be found [here](https://huggingface.co/aplux/YOLOv5/blob/main/yolov5s.onnx).
|
56 |
+
|
57 |
+
b. Login AIMO and convert source model to target format. The model conversion step can follow **AIMO Conversion Step** in [Model Conversion sheet](#model-conversion).
|
58 |
+
|
59 |
+
c. After conversion task done, download target model file.
|
60 |
+
|
61 |
### Step2: install AidLite SDK
|
62 |
+
|
63 |
+
The installation guide of AidLite SDK can be found [here](https://huggingface.co/datasets/aplux/AIToolKit/blob/main/AidLite%20SDK%20Development%20Documents.md#installation).
|
64 |
+
|
65 |
+
### Step3: run demo program
|
66 |
+
|