From 48a9e0bb5268137ba8ba3391c94a7d4425ed75aa Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Sat, 13 Mar 2021 10:30:02 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5073ea..7375b87 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Please click the image to watch the Youtube video. For Bilibili users, click [he ## Recent Update +**`2021-03-13`**: We have released our official ArcFace PyTorch implementation, see [here](https://github.com/deepinsight/insightface/tree/master/recognition/arcface_torch). + **`2021-03-09`**: [Tips](https://github.com/deepinsight/insightface/issues/1426) for training large-scale face recognition model, such as millions of IDs(classes). **`2021-02-21`**: We provide a simple face mask renderer [here](https://github.com/deepinsight/insightface/tree/master/recognition/tools) which can be used as a data augmentation tool while training face recoginition models.