Skip to content

VGGFace2 as FR dataset #77

@jihyeonyi

Description

@jihyeonyi

VGGFace2 is basically FR (Face recognition) dataset,
but our implementation only supports landmark and bounding box annotations.
I think we should add Label(...) so it can be used for FR task.

And many fr data has the same structure except the landmark information.
That is, a directory represents a person and it contains images for the person.
So if we make landmark annotations to be optional, we can support lots of FR data.

In summary,

  1. we need Label(...) annotations
  2. (optional) I suggest making the landmark/bbox annotations to be optional.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions