diff --git a/README.md b/README.md index 5a06722..f43bf1e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The loss functions include Softmax, SphereFace, CosineFace, ArcFace and Triplet * loss-type=4: ArcFace (Our Method) * loss-type=12: TripletLoss -![margin penalty for target logit](https://github.com/deepinsight/insightface/raw/master/resources/insightface.png) +![margin penalty for target logit](https://github.com/deepinsight/insightface/raw/master/resources/arcface.png) Our method, ArcFace, was initially described in an [arXiv technical report](https://arxiv.org/abs/1801.07698). By using this repository, you can simply achieve LFW 99.80%+ and Megaface 98%+ by a single model. This repository can help researcher/engineer to develop deep face recognition algorithms quickly by only two steps: download the binary dataset and run the training script. diff --git a/resources/arcface.png b/resources/arcface.png new file mode 100644 index 0000000..fa43f9e Binary files /dev/null and b/resources/arcface.png differ diff --git a/resources/insightface.png b/resources/insightface.png deleted file mode 100644 index eca1cdb..0000000 Binary files a/resources/insightface.png and /dev/null differ