-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Description
🚀 The feature
We propose to add the following datasets for human pose estimation to torchvision:
- https://www.robots.ox.ac.uk/~vgg/data/pose/
- https://www.robots.ox.ac.uk/~vgg/data/pose_evaluation/
- https://www.robots.ox.ac.uk/~vgg/data/tv_human_interactions/
Motivation, pitch
These are some of our most downloaded datasets and we're trying to make them more useful by providing DataLoaders built into torchvision. Torchvision already includes some of our datasets (OxfordIIITPet
, VOCDetection
, VOCSegmentation
, Flowers102
, DTD
, and FGVCAircraft
) so we hope that the proposed new datastes would be accepted.
Alternatives
No response
Additional context
No response
zhiqwang