incluit / OpenVino-Driver-Behaviour

Apache License 2.0
116 stars 37 forks source link

Warning: face reid gallery is empty! #10

Closed Omaiwei-kun closed 4 years ago

Omaiwei-kun commented 4 years ago

Hi, I am using Ubuntu 18.4 in VM (Host Windows) after I followed all the step given, above warning come out when I try to run face detection, any idea why it is happen?

brmarkus commented 4 years ago

Have you followed the steps described in "6.1.5. Driver recognition" "https://github.com/incluit/OpenVino-Driver-Behaviour#615-driver-recognition", i.e. creating a "face gallery" for person/driver "recognition"?

Omaiwei-kun commented 4 years ago

Capture

This the output when i tried to run Face detection

brmarkus commented 4 years ago

Ok, the warning regarding empty face-(re-)identification seems not the reason the application is failing to run - but for whatever reason "memory could not be allocated". Can you describe your platform and environment a bit? Are you memory constraint (very few system memory), like running on an embedded device or in a VM/container with very limited system memory being assigned? Are you using your own pre-trained memory, which is very huge?

Omaiwei-kun commented 4 years ago

Currently I am using VirtualBox 6.1.10 Oracle VM to install Ubuntu in my laptop (Host OS is Windows). I installed the OpenVINO in Ubuntu image

brmarkus commented 4 years ago

Can you try to find out the amount of system memory available in your VM, please? For whatever reason the CPU-plugin cannot allocate (not enough or not at all) memory in order to load the model.

Omaiwei-kun commented 4 years ago

image

i have locatted about 4gb for base memory. u can refer at system

Omaiwei-kun commented 4 years ago

I have settled the issue, before this im using Ubuntu 18.4.4 and Openvino 2020.1... i change Ubuntu 18.04 and Openvino 2019 R3 and it worked.. Tq