RoBorregos / home-vision

Computer Vision resources and packages for the Robocup@Home Competition
GNU General Public License v3.0
0 stars 0 forks source link

Face Recognition on Jetson Xavier #1

Open EmilianoHFlores opened 4 months ago

EmilianoHFlores commented 4 months ago

Solve dlib's performance issue on Jetson Xavier's ARM64 architecture, integrate person recognition and follower on the robot. Include Dockerfile and/or documentation.

Ale-Coeto commented 3 months ago

Install on jetson

wget http://dlib.net/files/dlib-19.17.tar.bz2
tar jxvf dlib-19.17.tar.bz2

cd dlib-19.17/
mkdir build
cd build/
cmake ..
cmake --build .
$ cd ../
$ sudo python3 setup.py install
Ale-Coeto commented 3 months ago

Didn't work with docker