Here are
49 public repositories
matching this topic...
Face Analysis Project on MXNet
Updated
Aug 26, 2020
Python
Implementation of popular deep learning networks with TensorRT network definition APIs
face recognition algorithms in pytorch framework, including arcface, cosface, sphereface and so on
Updated
Aug 13, 2019
Python
ArcSoft Free SDK demo,support ArcFace2.1, ArcFace2.0, ArcFace1.2
Updated
May 27, 2019
Java
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
Angular penalty loss functions in Pytorch (ArcFace, SphereFace, Additive Margin, CosFace)
Updated
Aug 22, 2019
Python
MobileFaceNets: Efficient CNNs for Accurate Real-Time Face Verification on Mobile Devices
Updated
Dec 7, 2018
Python
Updated
Jul 7, 2020
Python
Keras implementation of ArcFace, CosFace, and SphereFace
Updated
Mar 25, 2020
Python
One-shot Learning and deep face recognition notebooks and workshop materials
Updated
Aug 13, 2020
Jupyter Notebook
Deep Face Recognition in PyTorch
Updated
Apr 12, 2019
Python
Large-Margin Softmax Loss, Angular Softmax Loss, Additive Margin Softmax, ArcFaceLoss And FocalLoss In Tensorflow
Build your own ArcFace, CenterFace/Centernet
Updated
Jul 27, 2020
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
Jun 4, 2020
Python
caffe implementation of insightface's combined margin method
implementation of insightface by using Tensorflow
Updated
Aug 8, 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!
Updated
Feb 18, 2019
Python
Insightface Keras implementation
Updated
Aug 20, 2020
Python
Training a face Recognizer using ResNet50 + ArcFace in TensorFlow 2.0
Updated
Oct 1, 2019
Python
A sample code for Lightweight Face Recognition competition ICCV2019
Updated
Nov 14, 2019
Python
Pipeline for training face recognition models (based on pytorch 1.1)
Updated
Apr 29, 2020
Python
Updated
Nov 7, 2019
Python
this repo include paper review, code in face recognition
Updated
Feb 2, 2020
Python
implement mobilefacenet(including arcface layer)
Updated
Dec 30, 2019
Python
Face Recognition using pre-trained model built-on Arcface was implemented on 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.
Curate this topic
Add this topic to your repo
To associate your repository with the
arcface
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
HI, the repo is a nice work, thanks for your sharing.
I want to know if these augmentation methods are effective,
like the RandomErasing/Mixup/RandAugment/Cutout/CutMix?