Skip to content

This notebook implements ArcFace algorithm introduced in https://arxiv.org/abs/1801.07698 in pytorch with step by step explanations. Also recreates an experiment to visualize distribution of embeddings on the MNIST dataset. Fastai library is used for training

Notifications You must be signed in to change notification settings

slawekslex/ArcFace_Explained

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ArcFace_Explained

This notebook implements ArcFace algorithm introduced in https://arxiv.org/abs/1801.07698 in pytorch with step by step explanations.

Also recreates an experiment to visualize distribution of embeddings on the MNIST dataset. Fastai library is used for training.

About

This notebook implements ArcFace algorithm introduced in https://arxiv.org/abs/1801.07698 in pytorch with step by step explanations. Also recreates an experiment to visualize distribution of embeddings on the MNIST dataset. Fastai library is used for training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published