Created
May 24, 2021 10:59
-
-
Save LinuxlinkedBD/5cc29e11ecb2a59e71d2a352ca221dfe to your computer and use it in GitHub Desktop.
How to install OpenFace for Face Detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need complete Face Detection software setup, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/tey-cU9wEc0 | |
######################################################################################################################################## | |
#!/bin/bash | |
sudo apt-get update | |
sudo apt update | |
sudo apt-get install software-properties-common | |
sudo apt update | |
sudo add-apt-repository ppa:git-core/ppa | |
sudo apt update | |
sudo apt -y install git | |
sudo apt update | |
sudo apt-get upgrade -y | |
sudo apt -y autoremove | |
sudo apt -y autoclean | |
sudo apt -y clean | |
sudo apt-get -y update | |
git clone https://github.com/TadasBaltrusaitis/OpenFace.git | |
cd lib/local/LandmarkDetector/ | |
wget https://www.dropbox.com/sh/o8g1530jle17spa/AADl7Ubd2T6UTUXaQVjrLWswa/cen_patches_0.35_of.dat | |
wget https://www.dropbox.com/sh/o8g1530jle17spa/AACdS_lkcAhwDghZVq3MgMcza/cen_patches_0.50_of.dat | |
wget https://www.dropbox.com/sh/o8g1530jle17spa/AABis9pvPp-cKI10u6McOL8-a/cen_patches_1.00_of.dat | |
wget https://www.dropbox.com/sh/o8g1530jle17spa/AACwK0t-CX1lAJoOAnjHcNiYa/cen_patches_0.25_of.dat |
Author
LinuxlinkedBD
commented
May 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment