From 1dde8d90f2f3ced26eebdb4c854136e6bdfe729a Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Thu, 25 Jan 2018 08:47:52 +0800 Subject: [PATCH 1/2] 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. From f5ec6ba3f1b808bb76a88333f0a485780fe36d32 Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Thu, 25 Jan 2018 08:51:34 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 440d232..85ba14a 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ The first three files are the dataset itself while the last four ones are binary verification sets. - **Available dataset**: + **Available training dataset**(all face images are aligned and cropped to 112x112): * [Refined MS1M](https://pan.baidu.com/s/1nxmSCch) * [VGGFace2](https://pan.baidu.com/s/1c3KeLzy)