Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

squeezenet1.1.xml problem

AKALIN__Hasan
Beginner
448 Views

hi everybody;

I have a problem compuyer stick 2. how can I fix it?

/demo/car.png -m /home/ai/openvino_models/ir/public/squeezenet1.1/FP16/squeezenet1.1.xml

[ INFO ] InferenceEngine: 
    API version ............ 2.1
    Build .................. 37988
    Description ....... API
[ INFO ] Parsing input parameters
[ INFO ] Parsing input parameters
[ INFO ] Files were added: 1
[ INFO ]     /opt/intel/openvino/deployment_tools/demo/car.png
[ INFO ] Creating Inference Engine
    CPU
    MKLDNNPlugin version ......... 2.1
    Build ........... 37988

[ INFO ] Loading network files
[ ERROR ] Error loading XML file: /home/ai/openvino_models/ir/public/squeezenet1.1/FP16/squeezenet1.1.xml:1:0: File was not found
Error on or near line 217; exiting with status 1
ai@ec:/opt/intel/openvino/deployment_tools/demo$ 
 

0 Kudos
1 Reply
SuryaPSC_Intel
Employee
448 Views

Hi Hasan,

  • Which demo were you executing?
  • Please share the complete command you used to execute the demo.

I tried executing classification_sample_async using the below command and it executed successfully on NCS2

classification_sample_async.exe -i "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\demo\car.png" -m "C:\Users\suryap1x\Documents\Intel\OpenVINO\openvino_models\ir\public\squeezenet1.1\FP16\squeezenet1.1.xml" -d MYRIAD

Best Regards,

Surya

0 Kudos
Reply