InsightFace_TF
InsightFace_TF copied to clipboard
How to finetune with new dataset ?
Do you plan to release finetune code ? or If I want to finetune model with new dataset (different classes), how can I remove the weights in arcface_loss after load pre-trained model in order to meet the new dataset as did in MXNet version https://github.com/deepinsight/insightface/blob/master/deploy/model_slim.py
@auroua same question. And hope to release finetune code. Thanks.