Skip to content
/ niepce Public

Cet outil est utilisé pour identifier les visages sur les photos prises lors de la conférence MFINUE. Par la suite, les photos étiquetées sont servies aux participants

Notifications You must be signed in to change notification settings

MFINUE/niepce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Niepce

A util to identify, to distinguish, and to tag each photo taken during the MFINUE Conference.

Usage

Create two folders at the root of of the project:

  • images should hold all the input images whose faces will be tagged
  • keys should serve as a parent directory to your key images. Each key image should be a distinct folder and contain at least one picture of that person's face

Now the new directory tree shold be looking like this:

📂 niepce
 ├─── 📂 images
 |    └─── 📷 image1.png
 └─── 📂 keys
      ├─── 📂 person1
      |    ├─── 📷 key1.png
      |    └─── 📷 key2.png
      └───📂 person2
          └───...

Run the following command to execute the script

$ python . ./images --keys ./keys

The results should appear in a freshly created folder out

About

Cet outil est utilisé pour identifier les visages sur les photos prises lors de la conférence MFINUE. Par la suite, les photos étiquetées sont servies aux participants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages