@@ -131,167 +131,155 @@ ln -s qairt/2.37.1.250807/lib/aarch64-oe-linux-gcc11.2/ ai-engine-direct-helper/
131131## 应用例子
132132
133133<Tabs >
134- <TabItem value = " QCS6490" >
135-
136- :::tip
137- QCS6490 Demos 运行示例可参考 [ ** Demos 示例** ] ( ./qai-appbuilder-demo )
138- :::
139-
140- <NewCodeBlock tip = " Device" type = " device" >
141-
142- ``` bash
143- cd ai-engine-direct-helper/samples/linux/python
144- ```
145- </NewCodeBlock >
146-
147- - 目标识别
148-
149- | 模型 | 运行方法 |
150- | ------------------- | ----------------------------------------------- |
151- | convnext_base | ` python3 convnext_base/convnext_base.py ` |
152- | convnext_tiny | ` python3 convnext_tiny/convnext_tiny.py ` |
153- | efficientnet_b0 | ` python3 efficientnet_b0/efficientnet_b0.py ` |
154- | efficientnet_b4 | ` python3 efficientnet_b4/efficientnet_b4.py ` |
155- | efficientnet_v2_s | ` python3 efficientnet_v2_s/efficientnet_v2_s.py ` |
156- | googlenet | ` python3 googlenet/googlenet.py ` |
157- | inception_v3 | ` python3 inception_v3/inception_v3.py ` |
158- | levit | ` python3 levit/levit.py ` |
159- | regnet | ` python3 regnet/regnet.py ` |
160- | shufflenet_v2 | ` python3 shufflenet_v2/shufflenet_v2.py ` |
161- | squeezenet1_1 | ` python3 squeezenet1_1/squeezenet1_1.py ` |
162- | vit | ` python3 vit/vit.py ` |
163- | wideresnet50 | ` python3 wideresnet50/wideresnet50.py ` |
164-
165-
166- - 图像分割
167-
168- | 模型 | 运行方法 |
169- | ------------- | ------------------------------------- |
170- | fcn_resnet50 | ` python3 fcn_resnet50/fcn_resnet50.py ` |
171-
172-
173- - 目标检测
174-
175- | 模型 | 运行方法 |
176- | ----------- | --------------------------------- |
177- | yolov8_det | ` python3 yolov8_det/yolov8_det.py ` |
178-
179-
180- - 图像超分辨率
181-
182- | 模型 | 运行方法 |
183- | --------------------------- | ------------------------------------------------------------- |
184- | quicksrnetmedium | ` python3 quicksrnetmedium/quicksrnetmedium.py ` |
185- | real_esrgan_general_x4v3 | ` python3 real_esrgan_general_x4v3/real_esrgan_general_x4v3.py ` |
186- | real_esrgan_x4plus | ` python3 real_esrgan_x4plus/real_esrgan_x4plus.py ` |
187- | sesr_m5 | ` python3 sesr_m5/sesr_m5.py ` |
188- | xlsr | ` python3 xlsr/xlsr.py ` |
189-
190- </TabItem >
191-
192- <TabItem value = " QCS9075" >
193-
194- :::tip
195- QCS9075 Demos 运行示例可参考 [ ** Demos 示例** ] ( ./qai-appbuilder-demo )
196- :::
197-
198- <NewCodeBlock tip = " Device" type = " device" >
199-
200- ``` bash
201- cd ai-engine-direct-helper/samples/python
202- ```
203- </NewCodeBlock >
134+ <TabItem value = " QCS6490" >
204135
136+ :::tip
137+ QCS6490 Demos 运行示例可参考 [ ** Demos 示例** ] ( ./qai-appbuilder-demo )
138+ :::
205139
206- - 图像生成 / 图像修复
140+ < NewCodeBlock tip = " Device " type = " device " >
207141
208- | 模型 | 运行方法 |
209- | ------------------------- | ----------------------------------------------------------------------------------------------- |
210- | stable_diffusion_v2_1 | ` python3 stable_diffusion_v2_1/stable_diffusion_v2_1.py --prompt "the prompt string ..." ` |
211- | stable_diffusion_v1_5 | ` python3 stable_diffusion_v1_5/stable_diffusion_v1_5.py --prompt "the prompt string ..." ` |
212- | lama_dilated | ` python3 lama_dilated/lama_dilated.py ` |
213- | aotgan | ` python3 aotgan/aotgan.py ` |
142+ ``` bash
143+ cd ai-engine-direct-helper/samples/linux/python
144+ ```
214145
146+ </NewCodeBlock >
215147
216- - 图像超分辨率
148+ - 目标识别
149+
150+ | 模型 | 运行方法 |
151+ | ----------------- | ------------------------------------------------ |
152+ | convnext_base | ` python3 convnext_base/convnext_base.py ` |
153+ | convnext_tiny | ` python3 convnext_tiny/convnext_tiny.py ` |
154+ | efficientnet_b0 | ` python3 efficientnet_b0/efficientnet_b0.py ` |
155+ | efficientnet_b4 | ` python3 efficientnet_b4/efficientnet_b4.py ` |
156+ | efficientnet_v2_s | ` python3 efficientnet_v2_s/efficientnet_v2_s.py ` |
157+ | googlenet | ` python3 googlenet/googlenet.py ` |
158+ | inception_v3 | ` python3 inception_v3/inception_v3.py ` |
159+ | levit | ` python3 levit/levit.py ` |
160+ | regnet | ` python3 regnet/regnet.py ` |
161+ | shufflenet_v2 | ` python3 shufflenet_v2/shufflenet_v2.py ` |
162+ | squeezenet1_1 | ` python3 squeezenet1_1/squeezenet1_1.py ` |
163+ | vit | ` python3 vit/vit.py ` |
164+ | wideresnet50 | ` python3 wideresnet50/wideresnet50.py ` |
165+
166+ - 图像分割
167+
168+ | 模型 | 运行方法 |
169+ | ------------ | -------------------------------------- |
170+ | fcn_resnet50 | ` python3 fcn_resnet50/fcn_resnet50.py ` |
171+
172+ - 目标检测
173+
174+ | 模型 | 运行方法 |
175+ | ---------- | ---------------------------------- |
176+ | yolov8_det | ` python3 yolov8_det/yolov8_det.py ` |
177+
178+ - 图像超分辨率
179+
180+ | 模型 | 运行方法 |
181+ | ------------------------ | -------------------------------------------------------------- |
182+ | quicksrnetmedium | ` python3 quicksrnetmedium/quicksrnetmedium.py ` |
183+ | real_esrgan_general_x4v3 | ` python3 real_esrgan_general_x4v3/real_esrgan_general_x4v3.py ` |
184+ | real_esrgan_x4plus | ` python3 real_esrgan_x4plus/real_esrgan_x4plus.py ` |
185+ | sesr_m5 | ` python3 sesr_m5/sesr_m5.py ` |
186+ | xlsr | ` python3 xlsr/xlsr.py ` |
217187
218- | 模型 | 运行方法 |
219- | ---------------------------- | -------------------------------------------------------------------- |
220- | real_esrgan_x4plus | ` python3 real_esrgan_x4plus/real_esrgan_x4plus.py ` |
221- | real_esrgan_general_x4v3 | ` python3 real_esrgan_general_x4v3/real_esrgan_general_x4v3.py ` |
222- | quicksrnetmedium | ` python3 quicksrnetmedium/quicksrnetmedium.py ` |
188+ </TabItem >
223189
190+ <TabItem value = " QCS9075" >
224191
225- - 图像识别
192+ :::tip
193+ QCS9075 Demos 运行示例可参考 [ ** Demos 示例** ] ( ./qai-appbuilder-demo )
194+ :::
226195
227- | 模型 | 运行方法 |
228- | ---------------- | -------------------------------------------- |
229- | inception_v3 | ` python3 inception_v3/inception_v3.py ` |
230- | beit | ` python3 beit/beit.py ` |
231- | googlenet | ` python3 googlenet/googlenet.py ` |
196+ <NewCodeBlock tip = " Device" type = " device" >
232197
198+ ``` bash
199+ cd ai-engine-direct-helper/samples/python
200+ ```
233201
234- - 姿态识别
202+ </ NewCodeBlock >
235203
236- | 模型 | 运行方法 |
237- | ------------------ | ------------------------------------------------ |
238- | openpose | ` python3 openpose/openpose.py ` |
239- | mediapipe_hand | ` python3 mediapipe_hand/mediapipe_hand.py ` |
204+ - 图像生成 / 图像修复
240205
206+ | 模型 | 运行方法 |
207+ | --------------------- | ----------------------------------------------------------------------------------------- |
208+ | stable_diffusion_v2_1 | ` python3 stable_diffusion_v2_1/stable_diffusion_v2_1.py --prompt "the prompt string ..." ` |
209+ | stable_diffusion_v1_5 | ` python3 stable_diffusion_v1_5/stable_diffusion_v1_5.py --prompt "the prompt string ..." ` |
210+ | lama_dilated | ` python3 lama_dilated/lama_dilated.py ` |
211+ | aotgan | ` python3 aotgan/aotgan.py ` |
241212
242- - 图像分割 / 深度估计
213+ - 图像超分辨率
243214
244- | 模型 | 运行方法 |
245- | --------------------- | ------------------------------------------------------ |
246- | unet_segmentation | ` python3 unet_segmentation/unet_segmentation.py ` |
247- | depth_anything | ` python3 depth_anything/depth_anything.py ` |
215+ | 模型 | 运行方法 |
216+ | ------------------------ | -------------------------------------------------------------- |
217+ | real_esrgan_x4plus | ` python3 real_esrgan_x4plus/real_esrgan_x4plus.py ` |
218+ | real_esrgan_general_x4v3 | ` python3 real_esrgan_general_x4v3/real_esrgan_general_x4v3.py ` |
219+ | quicksrnetmedium | ` python3 quicksrnetmedium/quicksrnetmedium.py ` |
248220
221+ - 图像识别
249222
250- - 目标检测
223+ | 模型 | 运行方法 |
224+ | ------------ | -------------------------------------- |
225+ | inception_v3 | ` python3 inception_v3/inception_v3.py ` |
226+ | beit | ` python3 beit/beit.py ` |
227+ | googlenet | ` python3 googlenet/googlenet.py ` |
251228
252- | 模型 | 运行方法 |
253- | -------------- | ---------------------------------------- |
254- | yolov8_det | ` python3 yolov8_det/yolov8_det.py ` |
229+ - 姿态识别
255230
231+ | 模型 | 运行方法 |
232+ | -------------- | ------------------------------------------ |
233+ | openpose | ` python3 openpose/openpose.py ` |
234+ | mediapipe_hand | ` python3 mediapipe_hand/mediapipe_hand.py ` |
256235
257- - 三维建模
236+ - 图像分割 / 深度估计
258237
259- | 模型 | 运行方法 |
260- | ------------------- | -- ------------------------------------------------ |
261- | facemap_3dmm | ` python3 facemap_3dmm/facemap_3dmm .py ` |
262- | face_attrib_net | ` python3 face_attrib_net/face_attrib_net .py ` |
238+ | 模型 | 运行方法 |
239+ | ----------------- | ------------------------------------------------ |
240+ | unet_segmentation | ` python3 unet_segmentation/unet_segmentation .py ` |
241+ | depth_anything | ` python3 depth_anything/depth_anything .py ` |
263242
243+ - 目标检测
264244
265- - 音频模型
245+ | 模型 | 运行方法 |
246+ | ---------- | ---------------------------------- |
247+ | yolov8_det | ` python3 yolov8_det/yolov8_det.py ` |
266248
267- | 模型 | 运行方法 |
268- | ------------------- | -------------------------------------------------- |
269- | yamnet | ` python3 yamnet/yamnet.py ` |
270- | whisper_base_en | ` python3 whisper_base_en/whisper_base_en.py ` |
271- | whisper_tiny_en | ` python3 whisper_tiny_en/whisper_tiny_en.py ` |
249+ - 三维建模
272250
251+ | 模型 | 运行方法 |
252+ | --------------- | -------------------------------------------- |
253+ | facemap_3dmm | ` python3 facemap_3dmm/facemap_3dmm.py ` |
254+ | face_attrib_net | ` python3 face_attrib_net/face_attrib_net.py ` |
273255
274- - 文本 / 多模态嵌入
256+ - 音频模型
275257
276- | 模型 | 运行方法 |
277- | -------------------- | ------------------------------------------------------------ |
278- | nomic_embed_text | ` python3 nomic_embed_text/nomic_embed_text.py ` |
279- | openai_clip | ` python3 openai_clip/openai_clip.py --text "mountain" ` |
258+ | 模型 | 运行方法 |
259+ | --------------- | -------------------------------------------- |
260+ | yamnet | ` python3 yamnet/yamnet.py ` |
261+ | whisper_base_en | ` python3 whisper_base_en/whisper_base_en.py ` |
262+ | whisper_tiny_en | ` python3 whisper_tiny_en/whisper_tiny_en.py ` |
280263
264+ - 文本 / 多模态嵌入
281265
282- - 三维动作识别
266+ | 模型 | 运行方法 |
267+ | ---------------- | ------------------------------------------------------ |
268+ | nomic_embed_text | ` python3 nomic_embed_text/nomic_embed_text.py ` |
269+ | openai_clip | ` python3 openai_clip/openai_clip.py --text "mountain" ` |
283270
284- | 模型 | 运行方法 |
285- | ------------- | -------------------------------------- |
286- | resnet_3d | ` python3 resnet_3d/resnet_3d.py ` |
271+ - 三维动作识别
287272
273+ | 模型 | 运行方法 |
274+ | --------- | -------------------------------- |
275+ | resnet_3d | ` python3 resnet_3d/resnet_3d.py ` |
288276
289- - OCR(文字识别)
277+ - OCR(文字识别)
290278
291- | 模型 | 运行方法 |
292- | ------------ | ------ ------------------------------ |
293- | easy_ocr | ` python3 easy_ocr/easy_ocr.py ` |
279+ | 模型 | 运行方法 |
280+ | -------- | ------------------------------ |
281+ | easy_ocr | ` python3 easy_ocr/easy_ocr.py ` |
294282
295- </TabItem >
283+ </TabItem >
296284
297285</Tabs >
0 commit comments