Commit
·
aaa55f7
1
Parent(s):
ce28e79
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-to-text
|
5 |
+
- object-detection
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- code
|
10 |
+
- biology
|
11 |
---
|
12 |
+
|
13 |
+
# OCR Race Numbers Detection
|
14 |
+
|
15 |
+
The dataset consists of photos of runners, participating in various races. Each photo captures a runner wearing a race number on their attire.
|
16 |
+
|
17 |
+
The dataset provides **bounding boxes** annotations indicating the location of the race number in each photo and includes corresponding OCR annotations, where the digit sequences on the race numbers are transcribed.
|
18 |
+
|
19 |
+
This dataset combines the domains of sports, computer vision, and OCR technology, providing a valuable resource for advancing the field of race number detection and OCR in the context of athletic events.
|
20 |
+
|
21 |
+
.png?generation=1694175985579731&alt=media)
|
22 |
+
|
23 |
+
# Get the Dataset
|
24 |
+
|
25 |
+
### This is just an example of the data
|
26 |
+
|
27 |
+
Contact us via **[[email protected]](mailto:[email protected])** or leave a request on **[https://trainingdata.pro/data-market](https://trainingdata.pro/data-market?utm_source=huggingface)** to discuss your requirements, learn about the price and buy the dataset
|
28 |
+
|
29 |
+
# Dataset structure
|
30 |
+
- **images** - contains of original images of athletes
|
31 |
+
- **boxes** - includes bounding box labeling for the original images
|
32 |
+
- **annotations.xml** - contains coordinates of the bounding boxes and indicated text, created for the original photo
|
33 |
+
|
34 |
+
# Data Format
|
35 |
+
|
36 |
+
Each image from `images` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the coordinates of the bounding boxes for text detection. For each point, the x and y coordinates are provided.
|
37 |
+
|
38 |
+
# Example of XML file structure
|
39 |
+
.png?generation=1694175850461006&alt=media)
|
40 |
+
|
41 |
+
# Race Numbers Detection might be made in accordance with your requirements.
|
42 |
+
|
43 |
+
## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface)** provides high-quality data annotation tailored to your needs
|
44 |
+
|
45 |
+
More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
|
46 |
+
|
47 |
+
TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets**
|