pytorch/vision

VGGFace2 dataset

オープン

#1,139 opened on 2019/07/19

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (6,858 件のフォーク)batch import
enhancementhelp wantedmodule: datasets

Repository metrics

Stars
 (15,050 個のスター)
PR merge metrics
 (PR metrics pending)

説明

@fmassa how would you like to go about this?

Currently, I preprocess VGGFace2 by cropping out the face from each image using the provided bounding box csv. After doing that, I load it as an ImageFolder dataset.

VGGFace2 also has a bunch of other CSVs that annotate gender, age group, and facial landmarks.

I propose we allow users to specify the targets they want (such as ID, gender, age, bounding box etc.) and have a crop_bb=False if they only want the face.

What do you think?

コントリビューターガイド