Dear Author,
Hello, it seems that the download link you provided for the dataset is no longer working, and the MS1M dataset cannot be downloaded properly. I would also like to ask for your guidance: if I want to use the WebFace dataset for training and validation, how should I correctly organize my dataset? The train_ann file in WebFace only provides paths and labels, but when I input it, I get the following error:
_, path0, path1 = line.rstrip().split(' ')
ValueError: not enough values to unpack (expected 3, got 2)
It seems that this error is caused by incorrect input labels.