Skip to content

alkarnjn/DeepFaceProtection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experiment source code for public use

Getting Started

Install Dependencies

Install all libraries used in this project.

Setup Variables

  1. open main.py
  2. Set variables : EMBEDDING_PATH, BIN_PATH,TITLE, EXPAND_DIM, NONZERO

    Note that you should choose EXPAND_DIM (int) among 5 : [512,1024,2048,4096,8192], and the range of NONZERO (int) is from 10 to 16.

Start Experiment

After setting up variables, start experiment locally.

python main.py

Progress will be displayed on the terminal.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%