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?
Looking forward to your reply.
same issue , how to create validation bin data ? to change the paths in config
@developerpawandeep @GodMon did the problem solved?
@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!