Skip to content

johnnysclai/Deep-Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Face Recognition

Requirements

Dataset Preparation

  • Training dataset
# Download training datasets (where the faces are aligned) and organize it into the following form:
└── Deep-Face-Recognition
    ├── datasets
    │   ├── glint360k
    │   │   ├── id_1
    │   │   │   ├── 1.jpg
    │   │   │   ├── 2.jpg
    │   │   │   ├── ...
    │   │   ├── id_2
    │   │   │   ├── 1.jpg
    │   │   │   ├── 2.jpg
    │   │   │   ├── ...
    │   │   ├── ...
    │   ├── ms1mv3
    │   │   ├── id_1
    │   │   │   ├── 1.jpg
    │   │   │   ├── 2.jpg
    │   │   │   ├── ...
    │   │   ├── id_2
    │   │   │   ├── 1.jpg
    │   │   │   ├── 2.jpg
    │   │   │   ├── ...
    │   │   ├── ...
    │   ├── ...
    ├── src
    │   ├── ...
    ├── ...

where id_x and x.jpg can be arbitrary string.

Model Zoo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published