davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.69k stars 4.8k forks source link

Need to create top 5000 celebrity classes using 59 GB aligned Ms-celeb Dataset? #516

Open himabinduyeddala opened 6 years ago

himabinduyeddala commented 6 years ago

Hi I am working on Face Recognition project(facenet) using Ms-Celeb dataset, which is having 1580 classes. Now I want to increase the size of dataset to 5000 classes(Top-5000 celebrities) without 1580 classes. I have 5000 celebrity list and I downloaded 59GB aligned Ms-Celeb dataset ,Top1M_MidList.Name.tsv. Now I am parllelly searching for those 5000 classes in Top1M_MidList.Name.tsv and 59GB aligned Ms-Celeb dataset. It takes lot of time to create dataset for 5000 classes.Is there any possibility to create this dataset through programatically or any other method which takes less amount of time for 5000 classes.

THANKS IN ADVANCE, HIMABINDU Y

bm777 commented 5 years ago

Did you found a solution?