Changes between Version 5 and Version 6 of kinaraai


Ignore:
Timestamp:
02/20/2026 07:48:04 PM (7 weeks ago)
Author:
Ryan Erb
Comment:

add notes for modelzoo

Legend:

Unmodified
Added
Removed
Modified
  • kinaraai

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