From 7e84ff7167c2c49bd482c8a0a9fe958fd7da926d Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Sat, 11 May 2019 10:23:09 +0800 Subject: [PATCH] Update README.md --- iccv19-challenge/README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/iccv19-challenge/README.md b/iccv19-challenge/README.md index 73e7b29..b195577 100644 --- a/iccv19-challenge/README.md +++ b/iccv19-challenge/README.md @@ -1,6 +1,14 @@ [The Lightweight Face Recognition Challenge & Workshop](https://ibug.doc.ic.ac.uk/resources/lightweight-face-recognition-challenge-workshop/) will be held in conjunction with the International Conference on Computer Vision (ICCV) 2019, Seoul Korea. -[Test Server](http://39.104.128.76/overview) +Please read carefully and strictly follow the rules. + +[Test Server](http://39.104.128.76/overview) + +**NEWS** + +``2019.05.11`` We updated the groundtruth of iQIYI video testset to v0.2. Please re-summit the feature set for iQIYI sections. + + ================== @@ -50,8 +58,8 @@ For track-2, we will rank all players as following formula: ``TAR(glint-large)+T **Baseline:** -1. Network y2(a deeper mobilefacenet): 933M FLOPs. TAR_image: 0.64691, TAR_video: [TODO] -2. Network r100fc(ResNet100FC-IR): 24G FLOPs. TAR_image: 0.80312, TAR_video: [TODO] +1. Network y2(a deeper mobilefacenet): 933M FLOPs. TAR_image: 0.64691, TAR_video: 0.47191 +2. Network r100fc(ResNet100FC-IR): 24G FLOPs. TAR_image: 0.80312, TAR_video: 0.64894 ------------------