Difference between revisions of "Face recognition"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:face recognition {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|face_recognition}} |{{#vardefine:url|https://github.com/ageitgey/face_rec...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Phylogenetics]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|face_recognition}} | |{{#vardefine:app|face_recognition}} | ||
Line 28: | Line 28: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 14:56, 3 June 2022
Description
Recognize and manipulate faces from Python or from the command line with the world's simplest face recognition library.
Built using dlib's state-of-the-art face recognition built with deep learning. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark.
This also provides a simple face_recognition command line tool that lets you do face recognition on a folder of images from the command line!
Environment Modules
Run module spider face_recognition
to find out what environment modules are available for this application.
System Variables
- HPC_FACE_RECOGNITION_DIR - installation directory