数据集:
frgfm/imagewoof
A smaller subset of 10 classes from Imagenet that aren't so easy to classify, since they're all dog breeds. This dataset was created by Jeremy Howard , and this repository is only there to share his work on this platform. The repository owner takes no credit of any kind in the creation, curation or packaging of the dataset.
The class labels in the dataset are in English.
A data point comprises an image URL and its classification label.
{ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=320x320 at 0x19FA12186D8>, 'label': 'Beagle', }
train | validation | |
---|---|---|
imagewoof | 9025 | 3929 |
cf. https://huggingface.co/datasets/imagenet-1k#curation-rationale
Imagewoof is a subset of ImageNet . Information about data collection of the source data can be found here .
cf. https://huggingface.co/datasets/imagenet-1k#annotation-process
Who are the annotators?cf. https://huggingface.co/datasets/imagenet-1k#who-are-the-annotators
cf. https://huggingface.co/datasets/imagenet-1k#personal-and-sensitive-information
cf. https://huggingface.co/datasets/imagenet-1k#social-impact-of-dataset
cf. https://huggingface.co/datasets/imagenet-1k#discussion-of-biases
cf. https://huggingface.co/datasets/imagenet-1k#other-known-limitations
cf. https://huggingface.co/datasets/imagenet-1k#dataset-curators and Jeremy Howard
@software{Howard_Imagewoof_2019, title={Imagewoof: a subset of 10 classes from Imagenet that aren't so easy to classify}, author={Jeremy Howard}, year={2019}, month={March}, publisher = {GitHub}, url = {https://github.com/fastai/imagenette#imagewoof} }
This dataset was created by Jeremy Howard and published on Github . It was then only integrated into HuggingFace Datasets by @frgfm .