dataset size for training #387
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, the results of your method seems good, but I wonder if you chose a subset of the original vggface-2 for training and what's the size of your selected training set?
According to their paper: "To improve the quality of our training set, we remove images with size smaller than 250 × 250. We
align and crop the images to a standard position with size 224 × 224". So yes, they choose a subset of VGGFace2 and use 224x224 for all images in the training data set. You can find a download link for this data set in the readme of this repo.