Skip to content

Commit e6086a1

Browse files
author
cyndwith
authored
Merge pull request #119 from cyndwith/main
Updates to the RyzenAI-SW demos, examples and tutorials
2 parents 9277f45 + a6378c8 commit e6086a1

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

demo/multi-model-exec/README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ This is the demo of showing multiple AI models running concurrently on Ryzen AI.
7474

7575
Make sure you have met all the requirements by following the [Installation Instructions](https://ryzenai.docs.amd.com/en/latest/inst.html#).
7676

77+
For step-by-step procedure for installing dependencies and building the demo from the source code following the [Multi Model instructions](../../example/multi-model/README.md)
78+
7779
Download the onnx models and test image/video package, and unzip it under **<path_to_RyzenAI-SW>/demo/multi-model-exec/npu_modelsx4_demo/**
7880

7981

@@ -129,23 +131,54 @@ Download the onnx models and test image/video package, and unzip it under **<pat
129131
## 4 Run The Demo
130132

131133
Please note that all the steps mentioned here need to be performed in ***Windows CMD Prompt***. You can load and run the models one by one:
134+
135+
Run the MobileNet V2 based classification model:
136+
137+
```bash
138+
cd npu_modelsx4_demo
132139
run_mobile_net_v2.bat
140+
```
133141

134142
![MobilenetV2](images/mobilenet_V2.jpg)
135143

144+
Run the ResNet50 based classification model:
145+
146+
```bash
136147
run_resnet50.bat
148+
```
149+
137150
![Resnet50](images/resnet50.jpg)
151+
152+
Run the RetinaFace model for face detection:
153+
154+
```bash
138155
run_retinaface.bat
156+
```
157+
139158
![Retinaface](images/retina.jpg)
159+
160+
Run the segmentation model:
161+
162+
```bash
140163
run_segmentation.bat
164+
```
165+
141166
![Segmentation](images/segmentation.jpg)
142167

168+
Run the YOLO based object detection model:
169+
170+
```bash
143171
run_yolovx.bat
172+
```
173+
144174
![yolox](images/yolox.jpg)
145175

146-
or you can load and run multiple models at the same time:
176+
or you can load and run multiple models at the same time:
147177

178+
```bash
148179
run_modelx4.bat
180+
```
181+
149182
![modelsx4](images/modelsx4.jpg)
150183

151184
## 5 Know Issues

0 commit comments

Comments
 (0)