Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
License:
Updated Dataset info
Browse files
README.md
CHANGED
|
@@ -118,19 +118,33 @@ session = fo.launch_app(dataset)
|
|
| 118 |
## Dataset Structure
|
| 119 |
|
| 120 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
The dataset has 2 splits: "train" and "test". Samples are tagged with their split.
|
| 122 |
|
| 123 |
## Dataset Creation
|
| 124 |
|
| 125 |
Introduced by Jonathan J. Hull in [A Database for Handwritten Text Recognition Research](https://ieeexplore.ieee.org/document/291440)
|
| 126 |
|
| 127 |
-
|
| 128 |
-
## Citation [optional]
|
| 129 |
|
| 130 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 131 |
|
| 132 |
**BibTeX:**
|
| 133 |
-
|
| 134 |
@ARTICLE{291440,
|
| 135 |
author={Hull, J.J.},
|
| 136 |
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
|
|
@@ -141,7 +155,7 @@ Introduced by Jonathan J. Hull in [A Database for Handwritten Text Recognition R
|
|
| 141 |
pages={550-554},
|
| 142 |
keywords={Text recognition;Image databases;Testing;Cities and towns;Handwriting recognition;Gray-scale;Performance analysis;Writing;Digital images;Postal services},
|
| 143 |
doi={10.1109/34.291440}}
|
| 144 |
-
|
| 145 |
|
| 146 |
## More Information
|
| 147 |
|
|
|
|
| 118 |
## Dataset Structure
|
| 119 |
|
| 120 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 121 |
+
|
| 122 |
+
```
|
| 123 |
+
Name: usps
|
| 124 |
+
Media type: image
|
| 125 |
+
Num samples: 9298
|
| 126 |
+
Persistent: False
|
| 127 |
+
Tags: []
|
| 128 |
+
Sample fields:
|
| 129 |
+
id: fiftyone.core.fields.ObjectIdField
|
| 130 |
+
filepath: fiftyone.core.fields.StringField
|
| 131 |
+
tags: fiftyone.core.fields.ListField(fiftyone.core.fields.StringField)
|
| 132 |
+
metadata: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.metadata.ImageMetadata)
|
| 133 |
+
ground_truth: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.labels.Classification)
|
| 134 |
+
```
|
| 135 |
+
|
| 136 |
The dataset has 2 splits: "train" and "test". Samples are tagged with their split.
|
| 137 |
|
| 138 |
## Dataset Creation
|
| 139 |
|
| 140 |
Introduced by Jonathan J. Hull in [A Database for Handwritten Text Recognition Research](https://ieeexplore.ieee.org/document/291440)
|
| 141 |
|
| 142 |
+
## Citation
|
|
|
|
| 143 |
|
| 144 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 145 |
|
| 146 |
**BibTeX:**
|
| 147 |
+
```
|
| 148 |
@ARTICLE{291440,
|
| 149 |
author={Hull, J.J.},
|
| 150 |
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
|
|
|
|
| 155 |
pages={550-554},
|
| 156 |
keywords={Text recognition;Image databases;Testing;Cities and towns;Handwriting recognition;Gray-scale;Performance analysis;Writing;Digital images;Postal services},
|
| 157 |
doi={10.1109/34.291440}}
|
| 158 |
+
```
|
| 159 |
|
| 160 |
## More Information
|
| 161 |
|