PypayaTech commited on
Commit
f40afbd
1 Parent(s): 66f5d5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md CHANGED
@@ -1,3 +1,100 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - feature-extraction
5
+ tags:
6
+ - ocr
7
+ - numbers
8
+ - computervision
9
+ size_categories:
10
+ - 10K<n<100K
11
  ---
12
+ # Dataset Card for PypayaNumbers
13
+
14
+ ## Dataset Description
15
+
16
+ ### Dataset Summary
17
+
18
+ This dataset consists of images of numbers along with their bounding box coordinates and labels. The dataset is divided into train and test sets, with each set containing images, numbers, and bounding boxes. The numbers are represented as one-line text files, while the bounding boxes are in YOLO format.
19
+
20
+ ### Supported Tasks and Leaderboards
21
+
22
+ This dataset supports the task of Optical Character Recognition (OCR) and object detection. Specifically, it can be used for tasks like digit recognition in images.
23
+
24
+ ### Languages
25
+
26
+ The dataset does not contain any natural language data.
27
+
28
+ ## Dataset Structure
29
+
30
+ ### Data Instances
31
+
32
+ Each instance in the dataset comprises an image file, a corresponding text file with the number represented in the image, and a text file with the bounding box coordinates for each digit in YOLO format.
33
+
34
+ ### Data Fields
35
+
36
+ - `image`: A file path to an image containing a number.
37
+ - `number`: A file path to a text file containing the number represented in the image.
38
+ - `bounding_boxes`: A file path to a text file containing the bounding box coordinates for each digit in the image.
39
+
40
+ ### Data Splits
41
+
42
+ The dataset is split into a training set of 5000 instances and a testing set of 2500 instances.
43
+
44
+ ## Dataset Creation
45
+
46
+ ### Curation Rationale
47
+
48
+ This dataset was curated to support the development and evaluation of models for digit recognition in images.
49
+
50
+ ### Source Data
51
+
52
+ #### Initial Data Collection and Normalization
53
+
54
+ The images and labels in this dataset were generated by taking screenshots from various computer games and programs and cutting fragments containing numbers.
55
+
56
+ #### Who are the source language producers?
57
+
58
+ N/A
59
+
60
+ ### Annotations
61
+
62
+ #### Annotation process
63
+
64
+ The bounding box annotations were generated using open-source LabelImg software.
65
+
66
+ #### Who are the annotators?
67
+
68
+ PypayaTech
69
+
70
+ ### Personal and Sensitive Information
71
+
72
+ The dataset does not contain any personal or sensitive information.
73
+
74
+ ## Considerations for Using the Data
75
+
76
+ ### Social Impact of Dataset
77
+
78
+ This dataset could help in improving models for digit recognition in images, which has numerous applications including automated data entry, number plate recognition, and form digitization.
79
+
80
+ ### Discussion of Biases
81
+
82
+ As the dataset consists of synthetic images of numbers, no inherent biases related to human demographics or behavior are expected.
83
+
84
+ ### Other Known Limitations
85
+
86
+ The dataset only contains images of numbers and might not generalize well to other types of characters or more complex images.
87
+
88
+ ## Additional Information
89
+
90
+ ### Dataset Curators
91
+
92
+ PypayaTech
93
+
94
+ ### Licensing Information
95
+
96
+ This dataset is licensed under the MIT license.
97
+
98
+ ### Contributions
99
+
100
+ Contributions to the dataset are welcome. Please contact the dataset curator for more information.