lihongjie commited on
Commit ·
6300ef7
1
Parent(s): a2fbf49
add axcl
Browse files- .gitattributes +4 -0
- README.md +66 -1
- axcl_aarch64/axcl_yolo11_seg +3 -0
- axcl_x86_64/axcl_yolo11_seg +3 -0
- yolo11_seg_out_axcl.jpg +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
ax_yolo11_seg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
football.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
yolo11_seg_out.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
ax_yolo11_seg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
football.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
yolo11_seg_out.jpg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
axcl_aarch64/axcl_yolo11_seg filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
axcl_x86_64/axcl_yolo11_seg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
yolo11_seg_out_axcl.jpg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
axcl_x86_64/ filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -124,4 +124,69 @@ detection num: 9
|
|
| 124 |
```
|
| 125 |
|
| 126 |
Output image:
|
| 127 |
-

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
```
|
| 125 |
|
| 126 |
Output image:
|
| 127 |
+

|
| 128 |
+
|
| 129 |
+
|
| 130 |
+
#### Inference with M.2 Accelerator card
|
| 131 |
+
|
| 132 |
+
```
|
| 133 |
+
(base) axera@raspberrypi:~/lhj/YOLO11-Seg $ ./axcl_aarch64/axcl_yolo11_seg -m ax650/yolo11x-seg.axmodel -i football.jpg
|
| 134 |
+
--------------------------------------
|
| 135 |
+
model file : ax650/yolo11x-seg.axmodel
|
| 136 |
+
image file : football.jpg
|
| 137 |
+
img_h, img_w : 640 640
|
| 138 |
+
--------------------------------------
|
| 139 |
+
axclrtEngineCreateContextt is done.
|
| 140 |
+
axclrtEngineGetIOInfo is done.
|
| 141 |
+
|
| 142 |
+
grpid: 0
|
| 143 |
+
|
| 144 |
+
input size: 1
|
| 145 |
+
name: images
|
| 146 |
+
1 x 640 x 640 x 3
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
output size: 7
|
| 150 |
+
name: /model.23/Concat_1_output_0
|
| 151 |
+
1 x 80 x 80 x 144
|
| 152 |
+
|
| 153 |
+
name: /model.23/Concat_2_output_0
|
| 154 |
+
1 x 40 x 40 x 144
|
| 155 |
+
|
| 156 |
+
name: /model.23/Concat_3_output_0
|
| 157 |
+
1 x 20 x 20 x 144
|
| 158 |
+
|
| 159 |
+
name: /model.23/cv4.0/cv4.0.2/Conv_output_0
|
| 160 |
+
1 x 80 x 80 x 32
|
| 161 |
+
|
| 162 |
+
name: /model.23/cv4.1/cv4.1.2/Conv_output_0
|
| 163 |
+
1 x 40 x 40 x 32
|
| 164 |
+
|
| 165 |
+
name: /model.23/cv4.2/cv4.2.2/Conv_output_0
|
| 166 |
+
1 x 20 x 20 x 32
|
| 167 |
+
|
| 168 |
+
name: output1
|
| 169 |
+
1 x 32 x 160 x 160
|
| 170 |
+
|
| 171 |
+
==================================================
|
| 172 |
+
|
| 173 |
+
Engine push input is done.
|
| 174 |
+
--------------------------------------
|
| 175 |
+
post process cost time:3.47 ms
|
| 176 |
+
--------------------------------------
|
| 177 |
+
Repeat 1 times, avg time 34.89 ms, max_time 34.89 ms, min_time 34.89 ms
|
| 178 |
+
--------------------------------------
|
| 179 |
+
detection num: 9
|
| 180 |
+
0: 94%, [ 757, 220, 1127, 1154], person
|
| 181 |
+
0: 94%, [ 0, 357, 314, 1112], person
|
| 182 |
+
0: 93%, [1353, 339, 1629, 1037], person
|
| 183 |
+
0: 91%, [ 494, 476, 659, 1001], person
|
| 184 |
+
32: 86%, [1231, 877, 1281, 922], sports ball
|
| 185 |
+
32: 73%, [ 774, 887, 828, 938], sports ball
|
| 186 |
+
32: 66%, [1012, 882, 1051, 927], sports ball
|
| 187 |
+
0: 54%, [ 0, 543, 83, 1000], person
|
| 188 |
+
0: 46%, [1837, 696, 1877, 814], person
|
| 189 |
+
--------------------------------------
|
| 190 |
+
```
|
| 191 |
+
Output image:
|
| 192 |
+

|
axcl_aarch64/axcl_yolo11_seg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cf3696b623f34373a0684c12b420d23b2a8226baf23458bd8bd871cb2330980
|
| 3 |
+
size 200696
|
axcl_x86_64/axcl_yolo11_seg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d442763faf89bbf85c6e0382a5fcf1aa56c55fa0161c1e13294b75915fe6be2
|
| 3 |
+
size 158664
|
yolo11_seg_out_axcl.jpg
ADDED
|
Git LFS Details
|