TrainingDataPro
commited on
Commit
·
b3efd8f
1
Parent(s):
fd84308
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
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 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- code
|
9 |
+
- finance
|
10 |
---
|
11 |
+
|
12 |
+
# OCR Barcodes Detection
|
13 |
+
The dataset consists of images of various **grocery goods** that have **barcode labels**. Each image in the dataset is annotated with polygons around the barcode labels. Additionally, Optical Character Recognition (**OCR**) has been performed on each bounding box to extract the barcode numbers.
|
14 |
+
|
15 |
+
The dataset is particularly valuable for applications in *grocery retail, inventory management, supply chain optimization, and automated checkout systems*. It serves as a valuable resource for researchers, developers, and businesses working on barcode-related projects in the retail and logistics domains.
|
16 |
+
|
17 |
+
![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F8a09d5f116c76c2b28eba08e4f849ae6%2FFrame%2022.png?generation=1695717336420998&alt=media)
|
18 |
+
|
19 |
+
# Get the dataset
|
20 |
+
|
21 |
+
### This is just an example of the data
|
22 |
+
|
23 |
+
Leave a request on [**https://trainingdata.pro/data-market**](https://trainingdata.pro/data-market?utm_source=huggingface&utm_medium=cpc&utm_campaign=ocr-barcodes-detection) to discuss your requirements, learn about the price and buy the dataset.
|
24 |
+
|
25 |
+
# Dataset structure
|
26 |
+
- **images** - contains of original images of goods
|
27 |
+
- **boxes** - includes labeling for the original images
|
28 |
+
- **annotations.xml** - contains coordinates of the polygons and detected text of the barcode, created for the original photo
|
29 |
+
|
30 |
+
# Data Format
|
31 |
+
|
32 |
+
Each image from `images` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the coordinates of the polygons and detected text . For each point, the x and y coordinates are provided.
|
33 |
+
|
34 |
+
![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F09df344d671237d53f5c38ae3cda191e%2Fcarbon.png?generation=1695717587845423&alt=media)
|
35 |
+
|
36 |
+
# Barcodes Detection might be made in accordance with your requirements.
|
37 |
+
|
38 |
+
## [**TrainingData**](https://trainingdata.pro/data-market?utm_source=huggingface&utm_medium=cpc&utm_campaign=ocr-barcodes-detection) provides high-quality data annotation tailored to your needs
|
39 |
+
|
40 |
+
More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
|
41 |
+
|
42 |
+
TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets**
|