Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
---
|
2 |
license: afl-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: afl-3.0
|
3 |
---
|
4 |
+
|
5 |
+
# Annotation
|
6 |
+
Each date in the Products-Real and Products-Synth datasets is annotated with class, bounding box coordinates, date transcription, image width, and height. There are four classes defined: date, due, prod, and code in the training sets. Expiration dates in the test set of Product-Real are specifically labeled as "exp" class for easy evaluation, unlike the training set of Product-Real. Each component in the Date-Real and Date-Synth datasets is annotated with class, bounding box, and transcription. The day, month, and year are used as the classes for each component of the dates. Moreover, Components-Real and Components-Synth datasets consist of the components of the day, month, and year and their transcriptions.
|
7 |
+
|
8 |
+
# Citation
|
9 |
+
|
10 |
+
Dataset published originally in `A Generalized Framework for Recognition of Expiration Date on Product Packages Using Fully Convolutional Networks`
|
11 |
+
@article{seker2022generalized,
|
12 |
+
title={A generalized framework for recognition of expiration dates on product packages using fully convolutional networks},
|
13 |
+
author={Seker, Ahmet Cagatay and Ahn, Sang Chul},
|
14 |
+
journal={Expert Systems with Applications},
|
15 |
+
pages={117310},
|
16 |
+
year={2022},
|
17 |
+
publisher={Elsevier}
|
18 |
+
}
|