incluit / OpenVino-Driver-Behaviour

Apache License 2.0
116 stars 37 forks source link

[ ERROR ] Could not allocate memory #12

Open Omar-AE opened 4 years ago

Omar-AE commented 4 years ago

I am trying to run ./driver_behavior -m $face132 -d MYRIAD -i ../../../data/img_1.jpg on ubuntu 18 lts and openvino 2020.3

I am getting the following error

nvr@nvr1:~/dsm/OpenVino-Driver-Behaviour/build/intel64/Release$ ./driver_behavior -m $face132 -d MYRIAD -i ../../../data/img_1.jpg
InferenceEngine: 
    API version ............ 2.1
    Build .................. 2020.3.0-3467-15f2c61a-releases/2020/3
    Description ....... API
[ INFO ] Parsing input parameters
[ INFO ] Reading input
[ INFO ] Loading plugin MYRIAD
[ INFO ] Loading plugin CPU
/home/nvr/dsm/OpenVino-Driver-Behaviour/scripts/../models/FP32/face-reidentification-retail-0095.xml
Warning: face reid gallery is empty!
[ INFO ] Loading network files for Face Detection
[ INFO ] Batch size is set to 1
[ ERROR ] Could not allocate memory
Omaiwei-kun commented 4 years ago

Hi, try using OpenVINO 2020.1... Maybe current progress didn't support ur version

Omar-AE commented 4 years ago

I tried. No change.

Omar-AE commented 4 years ago

I also tried OpenVINO 2019 R3 following your last comment on #10. I'm getting this error now:

nvr@nvr0:~/OpenVino-Driver-Behaviour/build/intel64/Release$ ./driver_behavior -m $face132 -i ../../../data/img_1.jpg
./driver_behavior: symbol lookup error: ./driver_behavior: undefined symbol: _ZN15InferenceEngine7details24InferenceEngineExceptionD1Ev
Omaiwei-kun commented 4 years ago

Have u set up the environment?

Omar-AE commented 4 years ago

No.