BSI-OFIQ / OFIQ-Project

Open Source Facial Image Quality
Other
38 stars 12 forks source link

Problem testing the Linux compilation #5

Closed tadam98 closed 1 year ago

tadam98 commented 1 year ago

I have downloaded and compiled the pacges as instructed in https://github.com/BSI-OFIQ/OFIQ-Project/blob/develop/doc/GETTINGSTARTED.md I am using ubuntu 18.04 wsl2 under Windows 11.

The required libraries and package can be install via conan using
$sh 01_conan-install-FaceQAlib.sh
Compile OFIQlib.
$ sh 02_configure_and_build_FaceQAlib.sh
Run the sample program.
$ sh run_sample.sh
[ERROR] initialize() returned error: Undefined error.
FaceDetectionError: failed to initialize opencv SDD face detector

01_conan-install-FaceQAlib.log 02_configure_and_build_FaceQAlib.log run_ctest.log

bbtams commented 1 year ago

You need to download the CNN models. Specifically for SSD face detector you have to following this guide: https://github.com/BSI-OFIQ/OFIQ-Project/blob/develop/data/models/ssd_facedetect/README.md

tadam98 commented 1 year ago

Closed with Issue #4