cavalleria / cavaface

face recognition training project(pytorch)
MIT License
456 stars 88 forks source link

About training data #36

Open AlvinLEEmerengues opened 3 years ago

AlvinLEEmerengues commented 3 years ago

Thanks for your working! I downloaded ms1m-retinaface training data from the link you shared.I saw your datasets.py required separate image files to open but there is no such file in ms1m-retinaface-t1. I'm confused,how can I use .rec,.lst&.idx file with your training code?

cavalleria commented 3 years ago

please use python script rec2image.py in insightface extract img from .rec file, and generate img.txt by yourself.

AlvinLEEmerengues commented 3 years ago

OK,thank you