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
If you want to run on CPU
$ CUDA_VISIBLE_DEVICES="" python demo.py
If you want to run on GPU
$ python demo.py