Fadi Boutros
Fadi Boutros
Only masked embedding should be processed by EUM model. you should get exact results as in the paper
You should create one folder (e.g. id1, id2.....idn) for each identity in your dataset. Inside each folder, you should create two folders original (embedding of unmasked images)and fakemask (embedding of...
You need to align the testing data according to the https://github.com/fdbtrs/mixfacenets/blob/main/utils/align_trans.py
See https://github.com/fdbtrs/Masked-Face-Recognition-KD/issues/3#issue-1104996183
Code looks good
Comment them out.
https://ieeexplore.ieee.org/document/9667081
the correct file name is train.py. We update shell scriptes
you need to install torch lighting < 2.0 e.g. 1.8.6. See the updated sampling instructions