arcface model
Closed this issue · 4 comments
Hi,
I tried to reproduce your training process but I encountered some problems.
Line 44, 45 in train.py, there's a .params and a .json files, but there's no such file in your repository.
I saw there's similar file in the folder "models" in your repository, but if I use those files I got some errors.
Is there any way to get those files used in line 44, 45?
Thanks!
They're provided by the insightface
package, but I don't quite remember the version. I believe it- was 0.18
. With that, you can download an arcface
model.
But everything should work with files from the models
folder. If you've got errors, I believe it's due to the version of the mxnet
package or something similar.
Sorry for the late reply.
Thank you for your reply!
You're welcome, hope it helps!