#
arcface
Here are 49 public repositories matching this topic...
face recognition algorithms in pytorch framework, including arcface, cosface, sphereface and so on
-
Updated
Aug 13, 2019 - Python
Implementation of popular deep learning networks with TensorRT network definition APIs
vgg
lenet
resnet
alexnet
squeezenet
inceptionv3
googlenet
resnext
tensorrt
senet
arcface
mobilenetv2
yolov3
seresnet
shufflenetv2
mnasnet
retinaface
mobilenetv3
yolov3-spp
yolov4
-
Updated
Jun 2, 2020 - C++
An unofficial Gluon FR Toolkit for face recognition. https://gluon-face.readthedocs.io
mxnet
face-recognition
pretrained-models
gluon
loss-functions
sphereface
center-loss
arcface
cosine-loss
gluoncv
-
Updated
Apr 14, 2020 - Python
A better tensorflow implementation of deepinsight, aiming at smoothly production ready for cross-platforms. Currently only with inference, training code later.
-
Updated
Jun 10, 2018 - Python
Keras implementation of ArcFace, CosFace, and SphereFace
-
Updated
Mar 25, 2020 - Python
MobileFaceNets: Efficient CNNs for Accurate Real-Time Face Verification on Mobile Devices
-
Updated
Dec 7, 2018 - Python
适用于复杂场景的人脸识别身份认证系统
-
Updated
Jun 24, 2019 - Python
Angular penalty loss functions in Pytorch (ArcFace, SphereFace, Additive Margin, CosFace)
pytorch
face-recognition
metric-learning
speaker-recognition
embedding
loss-functions
face-verification
sphereface
normface
fashion-mnist
arcface
am-softmax
fmnist-dataset
loss-function
-
Updated
Aug 22, 2019 - Python
One-shot Learning and deep face recognition notebooks and workshop materials
deep-learning
face-recognition
face-detection
facenet
face-alignment
face-verification
sphereface
center-loss
arcface
face-embedding
amsoftmax
deep-face-recognition
-
Updated
Feb 25, 2020 - Jupyter Notebook
Deep Face Recognition in PyTorch
computer-vision
deep-learning
pytorch
face-recognition
metric-learning
landmark-detection
lfw
sphereface
center-loss
focal-loss
arcface
am-softmax
mobilefacenet
vggface2
cosface
deep-face-recognition
sv-softmax
-
Updated
Apr 12, 2019 - Python
-
Updated
Nov 18, 2018 - C++
Large-Margin Softmax Loss, Angular Softmax Loss, Additive Margin Softmax, ArcFaceLoss And FocalLoss In Tensorflow
-
Updated
Mar 25, 2019 - C++
caffe implementation of insightface's combined margin method
-
Updated
Jun 19, 2019 - C++
implementation of insightface by using Tensorflow
-
Updated
Aug 8, 2019 - Python
ArcFace unofficial Implemented in Tensorflow 2.0+ (ResNet50, MobileNetV2). "ArcFace: Additive Angular Margin Loss for Deep Face Recognition" Published in CVPR 2019. With Colab.
-
Updated
Mar 26, 2020 - Python
Build your own ArcFace, CenterFace/Centernet
-
Updated
May 18, 2020 - Python
A sample code for Lightweight Face Recognition competition ICCV2019
-
Updated
Nov 14, 2019 - Python
Training a face Recognizer using ResNet50 + ArcFace in TensorFlow 2.0
-
Updated
Oct 1, 2019 - Python
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU!
lightweight
cpp
face-recognition
face-detection
mtcnn
tvm
arcface
insightface
retinaface
real-tim
retinaface-detector
-
Updated
Mar 10, 2020 - C++
Pipeline for training face recognition models (based on pytorch 1.1)
-
Updated
Apr 29, 2020 - Python
FaceRecognition Base Arcface:https://github.com/deepinsight/insightface
-
Updated
May 31, 2019 - C++
this repo include paper review, code in face recognition
pytorch
face-recognition
cosine-similarity
facenet
tripletloss
sphereface
arcface
cosine-margin-loss
awesome-face-recognition
pytorch-arcface
-
Updated
Feb 2, 2020 - Python
implement mobilefacenet(including arcface layer)
-
Updated
Dec 30, 2019 - Python
Arcsoft Face Cognition Engine
-
Updated
Jun 10, 2018 - JavaScript
Insightface Keras implementation
-
Updated
May 27, 2020 - Python
Face Recognition using pre-trained model built-on Arcface was implemented on Pytorch.
face-recognition
facerecognition
arcface
face-recogniton-arcface
arcface-pytorch
insightface-pytorch
-
Updated
Jan 9, 2020 - Python
Improve this page
Add a description, image, and links to the arcface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arcface topic, visit your repo's landing page and select "manage topics."


i had following the step to do face detection using retina face and got rectangle bounding boxes output as like on example, could someone please guide me to do realtime recognition like shown in video? i'm currently pretty new at face recognition task, thank you.