From 1dde8d90f2f3ced26eebdb4c854136e6bdfe729a Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Thu, 25 Jan 2018 08:47:52 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9a1caa3..440d232 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,12 @@ ``` The first three files are the dataset itself while the last four ones are binary verification sets. + + **Available dataset**: + + * [Refined MS1M](https://pan.baidu.com/s/1nxmSCch) + * [VGGFace2](https://pan.baidu.com/s/1c3KeLzy) + * Any third-party contribution are always welcome, please check *src/data/face2rec2.py* on how to build a binary face dataset. #### Part 2: Train **Note:** In this part, we assume you are in the directory **`$INSIGHTFACE_ROOT/src/`**. Before start any training procedure, make sure you set the correct env params for MXNet to ensure the performance.