Skip to content

Commit 054cce3

Browse files
committed
Add auto-generated dataset and benchmark results
1 parent fb0e4cc commit 054cce3

File tree

808 files changed

+90850
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

808 files changed

+90850
-7
lines changed

examples/official/zxing_zbar/.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ env/
2727
ENV/
2828
.venv
2929

30-
# Test data and results
31-
test_data/
32-
results/
33-
test_results/
34-
test_results_fixed/
35-
generated_dataset/
36-
3730
# IDE
3831
.vscode/
3932
.idea/
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"test_id": "angled_000",
3+
"image_path": "generated_dataset\\angled_barcodes\\angled_000_angle15.png",
4+
"barcode_data": [
5+
"ANGLE150000"
6+
],
7+
"barcode_types": [
8+
"CODE128"
9+
],
10+
"rotation_angle": 15,
11+
"barcode_count": 1,
12+
"test_type": "angled",
13+
"difficulty": "medium",
14+
"focus_area": "angled_barcode_performance"
15+
}
101 KB
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"test_id": "angled_001",
3+
"image_path": "generated_dataset\\angled_barcodes\\angled_001_angle30.png",
4+
"barcode_data": [
5+
"ANGLED001"
6+
],
7+
"barcode_types": [
8+
"CODE39"
9+
],
10+
"rotation_angle": 30,
11+
"barcode_count": 1,
12+
"test_type": "angled",
13+
"difficulty": "medium",
14+
"focus_area": "angled_barcode_performance"
15+
}
137 KB
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"test_id": "angled_002",
3+
"image_path": "generated_dataset\\angled_barcodes\\angled_002_angle45.png",
4+
"barcode_data": [
5+
"200000000002"
6+
],
7+
"barcode_types": [
8+
"EAN13"
9+
],
10+
"rotation_angle": 45,
11+
"barcode_count": 1,
12+
"test_type": "angled",
13+
"difficulty": "medium",
14+
"focus_area": "angled_barcode_performance"
15+
}
144 KB
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"test_id": "angled_003",
3+
"image_path": "generated_dataset\\angled_barcodes\\angled_003_angle60.png",
4+
"barcode_data": [
5+
"https://example.com/angled/60/0003"
6+
],
7+
"barcode_types": [
8+
"QR_CODE"
9+
],
10+
"rotation_angle": 60,
11+
"barcode_count": 1,
12+
"test_type": "angled",
13+
"difficulty": "medium",
14+
"focus_area": "angled_barcode_performance"
15+
}
47.9 KB
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"test_id": "angled_004",
3+
"image_path": "generated_dataset\\angled_barcodes\\angled_004_angle75.png",
4+
"barcode_data": [
5+
"ANGLE750004"
6+
],
7+
"barcode_types": [
8+
"CODE128"
9+
],
10+
"rotation_angle": 75,
11+
"barcode_count": 1,
12+
"test_type": "angled",
13+
"difficulty": "medium",
14+
"focus_area": "angled_barcode_performance"
15+
}

0 commit comments

Comments
 (0)