From c9e5188ae289bef0e1a010e8f6846402d66be6c7 Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Wed, 14 Mar 2018 11:48:37 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e821c07..83502cc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ ### Recent Update + **`2018.03.14`**: `train_softmax.py`(and a new `image_iter.py`) is now more clear after removing experimental code. All experimental and unstable test will be put on `train.py` and `data.py`. + **`2018.02.16`**: We put the MegaFace noise list in this repo. Please refer to [https://github.com/deepinsight/insightface/blob/master/src/megaface] for detail. **`2018.02.13`**: We achieved state-of-the-art performance on [MegaFace-Challenge-1](http://megaface.cs.washington.edu/results/facescrub.html), at `98.06%`. Also note that the training set we used has NO identities overlap with facescrub, please check our paper for detail.