Hi NXPs,
My name is Toan. I'm trying to do something cool with my iMX6UL-EVK boards. In details, I'm trying to install dlib libraries for image processing. Purpose I got you to install it
about 10 hours or more in: Running setup.py install for dlib \
and result is ERROR
I used:
$ pip3 install dlib
I also tried:
$ git clone https://github.com/davisking/dlib.git
$ cd dlib
$ python setup.py install
Do we have another way to install it? Or how to compile and build this package on host machine while execute bitbake function and output is an image Linux with dlib have been installed ?
Note: I installed python3, pip3, opencv, gtk3 +, X11
Thank you so much,
Toan