auroua/InsightFace_TF
A TensorFlow-based face recognition system implementing InsightFace with various backbone networks and margin-based losses.

This repository provides a TensorFlow implementation of InsightFace, a deep learning-based face recognition system. It supports multiple backbone architectures including VGG16, VGG19, ResNet, ResNet-SE, and ResNeXt, and implements face recognition losses such as Additive Angular Margin Loss and CosineFace Loss. The project includes training code with multi-GPU support, validation during training, and evaluation on standard face recognition benchmarks.