This is a modified version of this Tensorflow implementation of the RetinaFace model.
The major changes are as follows:
- Removed all unneeded functionality related to extraction of faces
- Updated to use fixed input image dimensions to allow conversion to TF-lite
Run the following:
poetry run python retinaface/convert_model.pywhich will generate a retinaface.tflite file, and commit the result. Rebuild the server for changes to take affect.