From 735d49de390c85fa3a12ef79faafe03089d82f0f Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Thu, 24 Sep 2020 13:01:58 +0800 Subject: [PATCH] Update README.md --- IFRT/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/IFRT/README.md b/IFRT/README.md index 536f189..1d2c061 100644 --- a/IFRT/README.md +++ b/IFRT/README.md @@ -1 +1,8 @@ -InsightFace Recognition Test +# InsightFace Recognition Test +**IFRT** is a globalised fair benchmark for face recognition algorithms. IFRT evaluates the algorithm performance on worldwide web pictures which contain various sex, age and race groups, but no identification photos. + +Similar to [FRVT](https://www.nist.gov/programs-projects/face-recognition-vendor-test-frvt), we encourage participants to prepare a black-box feature extractor. To simplify this process, users can just replace their trained ArcFace model(with or without encryption) in our simple open-sourced pre-packaged software. + +Submitting features is also allowed, you can send an e-mail to us to request the test image set, with a promise not to redistribute it. + +TODO