cavalleria / cavaface

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

where is "ms1m-retinaface-t1-clean.txt" file #11

Closed Samonsix closed 4 years ago

Samonsix commented 4 years ago

I download train dateset as "For training data, please download the ms1m-retinaface in https://github.com/deepinsight/insightface/tree/master/iccv19-challenge." but not found ms1m-retinaface-t1-clean.txt, i got this files: -rw-r--r-- 1 shengyang root 73M Apr 9 2019 agedb_30.bin -rw-r--r-- 1 shengyang root 73M Apr 1 2019 cfp_fp.bin -rw-r--r-- 1 shengyang root 63M Apr 1 2019 lfw.bin -rw-r--r-- 1 shengyang root 14 Apr 1 2019 property -rw-r--r-- 1 shengyang root 98M Apr 1 2019 train.idx -rw-r--r-- 1 shengyang root 412M Apr 1 2019 train.lst -rw-r--r-- 1 shengyang root 28G Apr 1 2019 train.rec

how to make train dataset? thank you!

cavalleria commented 4 years ago

please generate img list file by yourself.

pawan9 commented 4 years ago

i also have the same question, i downloaded the dataset and extracted images from the .rec file using the the code in prepare_data.py from face.evoLVe.PyTorch repo.

@cavalleria can you please tell what the contents of this file would look like. would it be something like

0/1.jpg 0
0/2.jpg 0
1/1.jpg 1
1/2.jpg 1

since after extraction i get folders with numeric names each containing images belonging to a single person

ms1m_extracted

cavalleria commented 4 years ago

yes

ReverseSystem001 commented 4 years ago

i also have the same question, i downloaded the dataset and extracted images from the .rec file using the the code in prepare_data.py from face.evoLVe.PyTorch repo.

@cavalleria can you please tell what the contents of this file would look like. would it be something like

0/1.jpg 0
0/2.jpg 0
1/1.jpg 1
1/2.jpg 1

since after extraction i get folders with numeric names each containing images belonging to a single person

ms1m_extracted

Do you know how to make the ms1m-retinaface-t1-clean.txt now?

ReverseSystem001 commented 4 years ago

found ms1m-retinaface-t1-clean.txt

how do you train without ms1m-retinaface-t1-clean.txt or how do you make the ms1m-retinaface-t1-clean.txt. hope your replay

cavalleria commented 4 years ago

please make ms1m-retinaface-t1-clean.txt by yourself. The format isimage_path \t id