XiaohangZhan / face_recognition_framework

Multi-task face recognition framework based on PyTorch
MIT License
250 stars 55 forks source link

No module named 'test' #2

Closed yuyq96 closed 5 years ago

yuyq96 commented 5 years ago

Seems like module 'test' is missing in current version, is it changed to evaluation? Also, benchmarks for IJB-A, LFW, CFP-FF, CFP-FP, AgeDB-30, calfw, cplfw are nowhere to be found.

XiaohangZhan commented 5 years ago

Hi, module 'test' is not needed. I removed it now. Benchmarks for those except for IJB-A and MegaFace are located in evaluation/verify.py. The testing data are included in the data folder, e.g., data/ms1m/lfw.bin, once you correctly preprocess the data following the README. The testing code for IJB-A is not ready for now.

yuyq96 commented 5 years ago

Thanks! But there is still some code related to 'test' in datasets.py.

XiaohangZhan commented 5 years ago

Thank you for pointing it out. Updated now.

yuyq96 commented 5 years ago

It works now, thank you.