About pre_fc1_weights.npy&pre_fc1_bias.npy
lxzatwowone1 opened this issue · 1 comments
lxzatwowone1 commented
Hello, I dont know how to create them, and can they use in every recongition-model?
jankolf commented
Hi,
the weights are extracted from the used Arcface/Insightface network's Dropout layers and are then loaded into Keras for predicting the dropout values. You can find a more detailed explanation here.
Therefore you can not use these weights for every network, only for the specific Insightface one.
If you want to use your own network, you have to extract the Dropout/Fully-Connected weights.
Best,
Jan