From e7892c41868454700c924d9225667a332ca2557d Mon Sep 17 00:00:00 2001 From: namekosiru <67934467+namekosiru@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:33:24 +0900 Subject: [PATCH] Update README.md add url to lfw file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d82105..ab86280 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ tar zxf lfw.tgz; cd lfw; zip -r ../lfw.zip *; cd .. # lfw evaluation python lfw_eval.py --model model/sphere20a_20171020.pth ``` +lfw file is [here](http://vis-www.cs.umass.edu/lfw/) # Pre-trained models | Model name | LFW accuracy | Training dataset | @@ -31,4 +32,4 @@ python lfw_eval.py --model model/sphere20a_20171020.pth ![phi](images/phi.png) # References -[sphereface](https://github.com/wy1iu/sphereface) \ No newline at end of file +[sphereface](https://github.com/wy1iu/sphereface)