/mtcnn-tf2

MTCNN implementation in tensorflow 2

Primary LanguagePureBasic

MTCNN Implementation in Tensorflow 2

This is an implementation of MTCNN in Tensorflow 2.

Weights have been imported from Facenet MTCNN.

Install dependencies

pip3 install -r requirements.txt

Run demo

Webcam demo

python3 demo.py

Video demo

python3 demo.py --video /path/to/video.mp4

Image demo

python3 demo.py --image_input /path/to/image.jpg --image_output /path/to/output.jpg

Examples

Example