DimensionNXG / TinyFaces-Face-Detector-TF

TinyFaces Face Detection Model Class ( Tensorflow )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 )


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%