Update README.md
Browse files
README.md
CHANGED
@@ -88,9 +88,26 @@ pip install axengine-0.1.3-py3-none-any.whl
|
|
88 |
pip install argparse numpy opencv-python
|
89 |
```
|
90 |
|
91 |
-
## Inference with
|
92 |
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
## Inference with M.2 Accelerator card
|
96 |
|
|
|
88 |
pip install argparse numpy opencv-python
|
89 |
```
|
90 |
|
91 |
+
## Inference with AX630C Host, such as Module-LLM, LLM630 Compute Kit
|
92 |
|
93 |
+
```
|
94 |
+
root@ax630c:/mnt/qtang/realesrgan.axera# python3 main.py --input test_256.jpeg --output test_256_20e.jpeg --model ax630/realesrgan-x4-256.axmodel
|
95 |
+
[INFO] Available providers: ['AxEngineExecutionProvider']
|
96 |
+
[INFO] Using provider: AxEngineExecutionProvider
|
97 |
+
[INFO] Chip type: ChipType.MC20E
|
98 |
+
[INFO] VNPU type: VNPUType.DISABLED
|
99 |
+
[INFO] Engine version: 2.7.2a
|
100 |
+
[INFO] Model type: 1 (full core)
|
101 |
+
[INFO] Compiler version: 3.4 3dfd5692
|
102 |
+
input.1 [1, 256, 256, 3] uint8
|
103 |
+
1895 [1, 1024, 1024, 3] float32
|
104 |
+
Original Image Shape: (243, 243, 3)
|
105 |
+
Preprocessed Image Shape: (1, 256, 256, 3)
|
106 |
+
Inference Time: 2066.72 ms
|
107 |
+
Output Shape: (1, 1024, 1024, 3)
|
108 |
+
Final Output Image Shape: (1024, 1024, 3)
|
109 |
+
root@ax630c:/mnt/qtang/realesrgan.axera#
|
110 |
+
```
|
111 |
|
112 |
## Inference with M.2 Accelerator card
|
113 |
|