How do I create memfile\\mem_file.dat.conf ?- FileNotFoundError: [Errno 2] No such file or directory: 'J:\\WebFace260M_extracted\\example\\faces_emore\\agedb_30\\memfile\\mem_file.dat.conf'
martinenkoEduard opened this issue · 2 comments
martinenkoEduard commented
How do I create memfile\\mem_file.dat.conf ?- FileNotFoundError: [Errno 2] No such file or directory: 'J:\\WebFace260M_extracted\\example\\faces_emore\\agedb_30\\memfile\\mem_file.dat.conf'
afm215 commented
I suppose the error is raised by get_val_pair (Please precise the full error traceback within your issue description when you submit one, it will be easier to help you ;) ). By assuming this, let's try to solve it: the script will check if the folder "J:\WebFace260M_extracted\example\faces_emore\agedb_30\memfile" exists (see line 23 of evaluate_utils.py). If it exists it will try to read mem_file.dat.conf if not, it will call make_memmap. I think that the memfile folder is probably empty, so maybe try to remove it, and relaunch the code.
martinenkoEduard commented
Thanks!