Dataset Viewer
Auto-converted to Parquet Duplicate
sample_id
stringlengths
1
4
split
stringclasses
1 value
target
imagewidth (px)
512
512
target_quad
imagewidth (px)
512
512
extracted_one
imagewidth (px)
512
512
extracted_quad
imagewidth (px)
512
512
extracted_voted
imagewidth (px)
512
512
0
train
1
train
2
train
3
train
4
train
5
train
6
train
7
train
8
train
9
train
10
train
11
train
12
train
13
train
14
train
15
train
16
train
17
train
18
train
19
train
20
train
21
train
22
train
23
train
24
train
25
train
26
train
27
train
28
train
29
train
30
train
31
train
32
train
33
train
34
train
35
train
36
train
37
train
38
train
39
train
40
train
41
train
42
train
43
train
44
train
45
train
46
train
47
train
48
train
49
train
50
train
51
train
52
train
53
train
54
train
55
train
56
train
57
train
58
train
59
train
60
train
61
train
62
train
63
train
64
train
65
train
66
train
67
train
68
train
69
train
70
train
71
train
72
train
73
train
74
train
75
train
76
train
77
train
78
train
79
train
80
train
81
train
82
train
83
train
84
train
85
train
86
train
87
train
88
train
89
train
90
train
91
train
92
train
93
train
94
train
95
train
96
train
97
train
98
train
99
train
End of preview. Expand in Data Studio

QR-DN1.0 — Distorted and Noisy QRs

A mirror of QR-DN1.0 (Mendeley Data, DOI 10.17632/t2bdr663ms.2), repackaged as parquet with the five aligned image variants joined into single rows.

Released by its authors under CC BY 4.0, which is what makes this mirror straightforwardly permitted with attribution.

Configs

aligned — 1,500 train / 750 test

Five variants of the same sample, one row each. The upstream directories were verified to carry identical stems, set-equal across all five, so the join is exact rather than approximate — no row is dropped or padded.

column upstream directory
target target/
target_quad target quad/
extracted_one extracted One/
extracted_quad extracted Quad/
extracted_voted extracted Voted/

source_qr — 50 train / 25 test

The QR/ directory: source codes named ht1…htN, on a naming scheme unrelated to the aligned samples.

An honest limit on this card

The semantics of the five variants are not documented here, because this is a mirror and the packager did not establish which variant is input, which is ground truth, or what "One", "Quad" and "Voted" denote as methods. The names are preserved exactly as published so they can be matched against the paper. For the authoritative description, go to the DOI. If you want a card that explains the protocol, that should come from someone who has read the paper, not from the directory listing.

Usage

from datasets import load_dataset

ds = load_dataset("devmandan/qr-dn1.0", "aligned", split="train")
row = ds[0]
row["target"], row["extracted_voted"]      # PIL images, same sample

src = load_dataset("devmandan/qr-dn1.0", "source_qr", split="train")

Citation

@misc{qrdn1_2021,
  title     = {QR-DN1.0: A new Distorted and Noisy QRs dataset},
  author    = {Monfared, Milad and Koochari, Abbas and Monshinmotlagh, Radin},
  year      = {2021},
  publisher = {Mendeley Data},
  version   = {V2},
  doi       = {10.17632/t2bdr663ms.2}
}

Licence: CC BY 4.0 — https://creativecommons.org/licenses/by/4.0/ Please cite the authors above, not this mirror, when using the data.

Downloads last month
-