docs: readme
Browse files
README.md
CHANGED
@@ -1,12 +1,54 @@
|
|
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
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- image-to-text
|
|
|
|
|
7 |
tags:
|
8 |
- code
|
9 |
- finance
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: id
|
13 |
+
dtype: int32
|
14 |
+
- name: name
|
15 |
+
dtype: string
|
16 |
+
- name: image
|
17 |
+
dtype: image
|
18 |
+
- name: mask
|
19 |
+
dtype: image
|
20 |
+
- name: width
|
21 |
+
dtype: uint16
|
22 |
+
- name: height
|
23 |
+
dtype: uint16
|
24 |
+
- name: shapes
|
25 |
+
sequence:
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
'0': Barcode
|
31 |
+
- name: type
|
32 |
+
dtype: string
|
33 |
+
- name: points
|
34 |
+
sequence:
|
35 |
+
sequence: float32
|
36 |
+
- name: rotation
|
37 |
+
dtype: float32
|
38 |
+
- name: occluded
|
39 |
+
dtype: uint8
|
40 |
+
- name: attributes
|
41 |
+
sequence:
|
42 |
+
- name: name
|
43 |
+
dtype: string
|
44 |
+
- name: text
|
45 |
+
dtype: string
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 284124996
|
49 |
+
num_examples: 11
|
50 |
+
download_size: 283531190
|
51 |
+
dataset_size: 284124996
|
52 |
---
|
53 |
|
54 |
# OCR Barcodes Detection
|