Changes between Version 2 and Version 3 of expansion/gw16168


Ignore:
Timestamp:
04/14/2026 11:54:23 PM (4 hours ago)
Author:
Ryan Erb
Comment:

add env details

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16168

    v2 v3  
    357357git clone https://github.com/KinaraAi/kinara-modelzoo-ara2.git
    358358apt-get install python3-pip
     359python3 -m venv testenv
     360source testenv/bin/activate
    359361pip3 install -r requirements.txt
    360362
     
    362364
    363365
    364 Set runtime:
    365 {{{
    366 export DV_TGT_ROOT=<Path-to-runtime>
    367 }}}
    368 
    369 Download pre-compiled models:
     366Set runtime to where the art folder is:
     367{{{
     368export DV_TGT_ROOT=/root
     369#export DV_TGT_ROOT=<Path-to-runtime>
     370
     371}}}
     372
     373Download pre-compiled model that is desired:
    370374{{{
    371375cd kinara-modelzoo-ara2/flows
     
    379383}}}
    380384
     385See the output images in the folder defined:
     386{{{
     387(testenv) root@noble-venice:~/kinara-modelzoo-ara2/flows# ls ../models/yolov8l-onnx/output/postprocessed_images_viz_default/*
     388../models/yolov8l-onnx/output/postprocessed_images_viz_default/ILSVRC2012_val_00000003.JPEG  ../models/yolov8l-onnx/output/postprocessed_images_viz_default/zidane.jpg
     389../models/yolov8l-onnx/output/postprocessed_images_viz_default/test.jpg
     390
     391#SCP TO DESKTOP
     392(testenv) root@noble-venice:~/kinara-modelzoo-ara2/flows# scp ../models/yolov8l-onnx/output/postprocessed_images_viz_default/* test@192.168.1.1:/home/test/del
     393}}}
     394
    381395== Troubleshooting
    382396