From 05fda97f1e8cca0455d6fcbc5996ed76d598f00a Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Thu, 25 Apr 2019 20:17:58 +0800 Subject: [PATCH] Update README.md --- iccv19-challenge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iccv19-challenge/README.md b/iccv19-challenge/README.md index 10adb72..7d29547 100644 --- a/iccv19-challenge/README.md +++ b/iccv19-challenge/README.md @@ -25,7 +25,7 @@ Test Submission Server[TODO] **Testing:** -1. testdata-image from baiducloud or dropbox. These face images are all pre-processed and aligned so no need to do further modification. +1. testdata-image from [baiducloud](https://pan.baidu.com/s/1UKUYsRfVTSzj1tfU3BVFrw) or dropbox. These face images are all pre-processed and aligned so no need to do further modification. 2. To download testdata-video from iQIYI, please visit . You must download iQIYI-VID-FACE.z01, iQIYI-VID-FACE.z02 and iQIYI-VID-FACE.zip after signin. These face images are all pre-processed and aligned so no need to do further modification. 1. To unzip: ``zip iQIYI_VID_FACE.zip -s=0 --out iQIYI_VID_FACE_ALL.zip; unzip iQIYI_VID_FACE_ALL.zip`` 2. We can get a directory named ``iQIYI_VID_FACE`` after decompression. Then we have to move ``video_filelist.txt`` in testdata-image package to ``iQIYI_VID_FACE/filelist.txt``, to indicate the order of videos in our submission feature files.