margindistillation
margindistillation copied to clipboard
MarginDistillation: distillation for margin-based softmax
I tried verification.py with MarginDistillation but got 85.4% accuracy instead of 99.61%.
@david-svitov could you please provide the requirement version for Python and package version. It will help us to setup. Thanks.
I'm confused about step 1 in Data preparation: "1. Download dataset https://github.com/deepinsight/insightface/wiki/Dataset-Zoo" What dataset I should download in this link? CASIA-Webface, MegaFace...? I can see the code expected "emore" dataset...
CUDA_VISIBLE_DEVICES='0' python -u train.py --network y1 --loss margin_distillation --dataset emore I have a problem: Traceback (most recent call last): File "train.py", line 717, in main() File "train.py", line 714, in...