wujiyang / Face_Pytorch

face recognition algorithms in pytorch framework, including arcface, cosface, sphereface and so on
Apache License 2.0
808 stars 156 forks source link

Help! #47

Open mlxwaited opened 4 years ago

mlxwaited commented 4 years ago

Could you tell me the detail about how to made the webface_align_train.list? I did not have this label of the casia-webface dataset.

wujiyang commented 4 years ago

train_list 就是一个分类数据的list,每个类别后面给一个类别编号即可,你只要训练过分类模型应该就知道

ruabuliuqiu commented 4 years ago

train_list 就是一个分类数据的list,每个类别后面给一个类别编号即可,你只要训练过分类模型应该就知道

xiexie