-
Notifications
You must be signed in to change notification settings - Fork 155
VGGFace2 as FR dataset #77
Copy link
Copy link
Closed
Description
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,
- we need Label(...) annotations
- (optional) I suggest making the landmark/bbox annotations to be optional.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels