Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created May 24, 2021 10:59
Show Gist options
  • Save LinuxlinkedBD/5cc29e11ecb2a59e71d2a352ca221dfe to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/5cc29e11ecb2a59e71d2a352ca221dfe to your computer and use it in GitHub Desktop.
How to install OpenFace for Face Detection
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
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-05-24 13-28-18
Screenshot from 2021-05-24 13-28-19
Screenshot from 2021-05-24 13-28-21
Screenshot from 2021-05-24 13-28-22
Screenshot from 2021-05-24 13-28-23
Screenshot from 2021-05-24 13-28-24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment