From 68dfd9dfa4eeda96b91f3fc0ce8128bdaef4ee3b Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Mon, 6 May 2019 14:44:24 +0800 Subject: [PATCH] Update README.md --- iccv19-challenge/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/iccv19-challenge/README.md b/iccv19-challenge/README.md index da09dd4..73e7b29 100644 --- a/iccv19-challenge/README.md +++ b/iccv19-challenge/README.md @@ -31,7 +31,14 @@ You can also check the verification performance during training time on LFW,CFP_ **Evaluation:** -Final ranking is determined by accuracy only, for all valid submissions. For example, score of track-1 will be calculated by ``TAR_glint-light + TAR_iqiyi-light`` while ``TAR_glint-large + TAR_iqiyi-large`` for track-2. +Final ranking is determined by the TAR under 1:1 protocal only, for all valid submissions. + +For image testset, we evaluate the TAR under FAR@e-8 while we choose the TAR under FAR@e-4 for video testset. + +For track-1, we will rank all players as following formula: ``TAR(glint-light)+TAR(iqiyi-light)`` + +For track-2, we will rank all players as following formula: ``TAR(glint-large)+TAR(iqiyi-large)`` + ------------------