| 341 | | |
| | 341 | == Modelzoo Demo |
| | 342 | |
| | 343 | Gain access from Kinara to https://github.com/KinaraAi/kinara-modelzoo-ara2 |
| | 344 | |
| | 345 | Scroll down for all the instructions on that page. |
| | 346 | |
| | 347 | The key instructions are: |
| | 348 | |
| | 349 | {{{ |
| | 350 | git clone https://github.com/KinaraAi/kinara-modelzoo-ara2.git |
| | 351 | pip3 install -r requirements.txt |
| | 352 | |
| | 353 | }}} |
| | 354 | |
| | 355 | |
| | 356 | Set runtime: |
| | 357 | {{{ |
| | 358 | export DV_TGT_ROOT=<Path-to-runtime> |
| | 359 | }}} |
| | 360 | |
| | 361 | Download pre-compiled models: |
| | 362 | {{{ |
| | 363 | cd kinara-modelzoo-ara2/flows |
| | 364 | ./precompiled_model_download.sh model=mobilenetv1-tf |
| | 365 | }}} |
| | 366 | |
| | 367 | |
| | 368 | Run an inference: |
| | 369 | {{{ |
| | 370 | ./infer-hw.sh images_folder=../testimages model=mobilenetv1-tf |
| | 371 | }}} |
| | 372 | |
| | 373 | |
| | 374 | |
| | 375 | |