Update README.md

This commit is contained in:
Jia Guo
2018-02-18 18:50:51 +08:00
committed by GitHub
parent ca9d8a5aa3
commit 4b8ea35166

View File

@@ -2,5 +2,5 @@ Please strictly follow these rules if you want to use our MegaFace noises list.
* Please cite our paper and git repo if you want to use this list in your paper.
* Please include the information like `We used the noises list proposed by InsightFace, at https://github.com/deepinsight/insightface/tree/master/src/megaface` if you want to submit the result to MegaFace challenge.
* To be fair, if you want to submit MegaFace result, please remove the FaceScrub-overlapped identities from your training set if cosine similarity is larger than 0.4 with FaceScrub identities(by using centre feature vector).
* To be fair, if you want to submit MegaFace result, please ensure there's no training set overlaps with FaceScrub identities. You can do this by removing identities from your training set whose cosine similarity is larger than 0.4 with any FaceScrub identity by comparing their centre feature vectors.
* If you find more overlaps noise, please open an issue at InsightFace.