-
Notifications
You must be signed in to change notification settings - Fork 0
/
image_name_matches.py
21 lines (21 loc) · 1.24 KB
/
image_name_matches.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
image_name_matches = {
"testing/Board00001.jpeg": "testing/170119 PHYS12 U9 1.jpeg",
"testing/Board00002.jpeg": "testing/170119 PHYS12 U9 2.jpeg",
"testing/Board00003.jpeg": "testing/170120 CHEM11 U3 2.jpeg",
"testing/Board00004.jpeg": "testing/170120 SCI9 U2 1.jpeg",
"testing/Board00005.jpeg": "testing/170120 SCI9 U2 2.jpeg",
"testing/Board00006.jpeg": "testing/170119 PHYS12 U9 3.jpeg",
"testing/Board00007.jpeg": "testing/170120 CHEM11 U3 1.jpeg",
"testing/Board00008.jpeg": "testing/170119 PHYS12 U9 4.jpeg",
"testing/Board00009.jpeg": "testing/170120 PHYS12 U9 2.jpeg",
"testing/Board00010.jpeg": "testing/170119 PHYS11 U3 1.jpeg",
"testing/Board00011.jpeg": "testing/170120 CHEM12 U9 1.jpeg",
"testing/Board00012.jpeg": "testing/170119 PHYS11 U3 2.jpeg",
"testing/Board00013.jpeg": "testing/170120 PHYS12 U9 1.jpeg",
"testing/Board00014.jpeg": "testing/170119 SCI9 U2 1.jpeg",
"testing/Board00015.jpeg": "testing/170120 CHEM12 U9 2.jpeg",
"testing/Board00016.jpeg": "testing/170119 SCI9 U2 2.jpeg",
"testing/Board00017.jpeg": "testing/170120 PHYS11 U3 2.jpeg",
"testing/Board00018.jpeg": "testing/170119 SCI9 U2 3.jpeg",
"testing/Board00019.jpeg": "testing/170120 PHYS11 U3 1.jpeg"
}