image_uri
stringlengths 117
118
| image_label
stringclasses 10
values | image_issues
listlengths 0
3
|
---|---|---|
Dress | [
{
"confidence": 0.817412,
"description": null,
"duplicate_group_id": "e02189b6-6f12-4de7-bdfc-3e0ff5340917",
"issue_type": "duplicates"
}
] |
|
Sneaker | [] |
|
Bag | [] |
|
Sneaker | [] |
|
Shirt | [] |
|
Sneaker | [] |
|
Sandal | [] |
|
Dress | [] |
|
Coat | [] |
|
Shirt | [] |
|
T - shirt / top | [] |
|
Bag | [] |
|
Dress | [] |
|
Trouser | [] |
|
Sneaker | [] |
|
Shirt | [] |
|
Pullover | [] |
|
Shirt | [
{
"confidence": 0.7239328,
"description": "T - shirt / top",
"duplicate_group_id": null,
"issue_type": "mislabels"
}
] |
|
Ankle boot | [] |
|
Coat | [] |
|
Shirt | [] |
|
Trouser | [] |
|
T - shirt / top | [] |
|
Sandal | [] |
|
Pullover | [] |
|
Coat | [] |
|
Shirt | [] |
|
Sneaker | [] |
|
T - shirt / top | [] |
|
T - shirt / top | [] |
|
Coat | [] |
|
Ankle boot | [] |
|
Trouser | [] |
|
Ankle boot | [] |
|
Sandal | [
{
"confidence": 0.815984,
"description": null,
"duplicate_group_id": "7d85ed79-bcea-47ec-9f52-bd493c20a244",
"issue_type": "duplicates"
}
] |
|
Coat | [] |
|
Ankle boot | [
{
"confidence": 0.80876,
"description": null,
"duplicate_group_id": "d26eeb97-8626-4e19-9bef-f5a0c46f6136",
"issue_type": "duplicates"
}
] |
|
Sandal | [
{
"confidence": 0.8630801,
"description": null,
"duplicate_group_id": null,
"issue_type": "dark"
}
] |
|
Ankle boot | [] |
|
Ankle boot | [] |
|
Pullover | [] |
|
Pullover | [
{
"confidence": 0.816416,
"description": null,
"duplicate_group_id": "35f1874f-8027-4ae3-8bb6-79e06f368c9f",
"issue_type": "duplicates"
}
] |
|
Pullover | [] |
|
T - shirt / top | [] |
|
Bag | [] |
|
Coat | [] |
|
Ankle boot | [
{
"confidence": 0.809552,
"description": null,
"duplicate_group_id": "c407f902-5868-45d6-a7fb-f474ecf608fe",
"issue_type": "duplicates"
}
] |
|
T - shirt / top | [] |
|
Ankle boot | [] |
|
Coat | [] |
|
Sandal | [
{
"confidence": 0.815984,
"description": null,
"duplicate_group_id": "7d85ed79-bcea-47ec-9f52-bd493c20a244",
"issue_type": "duplicates"
},
{
"confidence": 0.8335664,
"description": null,
"duplicate_group_id": null,
"issue_type": "dark"
}
] |
|
Pullover | [] |
|
T - shirt / top | [] |
|
Trouser | [] |
|
Dress | [] |
|
Coat | [] |
|
Coat | [] |
|
Sneaker | [] |
|
Shirt | [] |
|
Dress | [] |
|
Sneaker | [] |
|
Pullover | [] |
|
Sneaker | [] |
|
Sneaker | [
{
"confidence": 0.7498954,
"description": "Sandal",
"duplicate_group_id": null,
"issue_type": "mislabels"
}
] |
|
Dress | [] |
|
Bag | [] |
|
Bag | [] |
|
Dress | [] |
|
Ankle boot | [] |
|
T - shirt / top | [] |
|
Pullover | [] |
|
Coat | [] |
|
Trouser | [] |
|
Dress | [] |
|
Sneaker | [
{
"confidence": 0.72434,
"description": "Ankle boot",
"duplicate_group_id": null,
"issue_type": "mislabels"
}
] |
|
Ankle boot | [] |
|
Shirt | [] |
|
Ankle boot | [] |
|
Ankle boot | [] |
|
Shirt | [] |
|
Pullover | [] |
|
T - shirt / top | [] |
|
Trouser | [] |
|
Sneaker | [] |
|
Pullover | [] |
|
Ankle boot | [] |
|
Dress | [] |
|
T - shirt / top | [
{
"confidence": 0.99,
"description": "Coat",
"duplicate_group_id": null,
"issue_type": "mislabels"
}
] |
|
Pullover | [] |
|
Ankle boot | [
{
"confidence": 0.813308,
"description": null,
"duplicate_group_id": "bd8f4faf-b7be-4b8f-aa5f-9aead63af135",
"issue_type": "duplicates"
}
] |
|
Shirt | [] |
|
Sneaker | [] |
|
Ankle boot | [] |
|
Bag | [] |
|
Dress | [] |
|
Coat | [] |
|
T - shirt / top | [] |
|
Trouser | [] |
|
Ankle boot | [
{
"confidence": 0.800804,
"description": null,
"duplicate_group_id": "0358ff28-5a61-4f00-bfc7-ffed67b692d8",
"issue_type": "duplicates"
}
] |
|
Ankle boot | [] |
Fashion-Mnist-VL-Enriched
An enriched version of the Fashion-Mnist Dataset with image captions, bounding boxes, and label issues! With this additional information, the Fashion-Mnist dataset can be extended to various tasks such as image retrieval or visual question answering.
The label issues help curate a cleaner and leaner dataset.
Description
The dataset consists of 3 columns:
image_uri
: The uri of original of the image from the Fashion-Mnist dataset.label
: Label for the image, provided by the authors of the Fashion-Mnist dataset.image_issues
: Quality issues found using Visual Layer enrichment process, such as duplicate, mislabeled, dark, blurry, bright, and outlier images.
Usage
This dataset can be used with the Hugging Face Datasets library:
import datasets
ds = datasets.load_dataset("visual-layer/fashion-mnist-vl-enriched")
Interactive Visualization
Visual Layer provides a platform to interactively visualize a dataset and highlight quality issues such as duplicates, mislabels, outliers, etc. Check it out here. No sign-up required.
License & Disclaimer
We provide no warranty on the dataset, and the user takes full responsibility for the usage of the dataset. By using the dataset, you agree to the terms of the Fashion-Mnist dataset license.
About Visual Layer
- Downloads last month
- 38
Data Sourcing report
No elements in this dataset have been identified as either opted-out, or opted-in, by their creator.