Skip to content

DimensionNXG/TinyFaces-Face-Detector-TF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mask-Non Mask Detection with Temperature (For PR)

Requirements:

Dlib: 19.19.0 Opencv version: 4.1.0 Tensorflow version:: 2.1.0 Python 3.6.10

Link to the .pkl model (Tiny faces model) file: https://drive.google.com/open?id=1qwScdaRGGxa0NXepKC0Mz0uQoC-6T18V After downloading the weights file from above, Place it in the root directory of the project

Command to execute real time demo on Videos.

If you want to run on CPU

$ CUDA_VISIBLE_DEVICES="" python demo.py

If you want to run on GPU

$ python demo.py

About

TinyFaces Face Detection Model Class ( Tensorflow )

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 98.3%
  • Python 1.7%