luckycallor / InsightFace-tensorflow

Tensoflow implementation of InsightFace (ArcFace: Additive Angular Margin Loss for Deep Face Recognition).
248 stars 112 forks source link

When I want to use my own data to train the model, I first transfer the dataset to .tfrecord format. How can I set the validation data format in config file? Just use the .tfrecord or only use .bin? #37

Open GodMon opened 4 years ago

GodMon commented 4 years ago

Looking forward to your reply.

developerpawandeep commented 4 years ago

same issue , how to create validation bin data ? to change the paths in config

ankitnayan12 commented 4 years ago

@developerpawandeep @GodMon did the problem solved?

GodMon commented 4 years ago

@developerpawandeep @GodMon did the problem solved?

I still use this code but try to find some new ways to solve it. https://github.com/vincentwei0919/insightface_for_face_recognition/tree/master/make_rec

Here is the link that about the .bin file building to adapt the insightface.

But the details is in Chinese:https://blog.csdn.net/hanjiangxue_wei/article/details/86566348

Hope these can help you!