pytorch/vision

VGGFace2 dataset

Open

#1.139 aberto em 19 de jul. de 2019

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Python (6.858 forks)batch import
enhancementhelp wantedmodule: datasets

Métricas do repositório

Stars
 (15.050 stars)
Métricas de merge de PR
 (Mesclagem média 12d 8h) (14 fundiu PRs em 30d)

Description

@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?

Guia do colaborador