arcface-pytorch
arcface-pytorch copied to clipboard
Dataset
when I download LFW dataset from original dataset it have shape (250, 250, 3) and eval, it have result 0.77. When I use your dataset LFW in baidu, I check img shape (96, 112, 3) and result like in table. I read your code, it resize shape (112, 112, 3) in data loader. Why it wrong like that. Thanks you