shortery commited on
Commit
4f58d6d
1 Parent(s): 391b5e5

add external links and citing to README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -79,4 +79,25 @@ def crop_dm_code(example: dict, square_side: int = 200, square_padding: int = 25
79
 
80
  dataset = datasets.load_dataset("shortery/dm-codes")
81
  dataset = dataset.map(crop_dm_code)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  ```
 
79
 
80
  dataset = datasets.load_dataset("shortery/dm-codes")
81
  dataset = dataset.map(crop_dm_code)
82
+ ```
83
+
84
+ ## DataMatrix Image Reconstruction to Enhance Decodability
85
+
86
+ This dataset is a part of the Diploma thesis <https://is.muni.cz/th/ppu25/dp-dmcodes-thesis.pdf>.
87
+ This thesis compares various encoder-decoder CNNs to enhance the DM code image quality before decoding it with a code reader.
88
+ The code is available on GitHub <https://github.com/shortery/dp-dm-codes>.
89
+
90
+
91
+ ## Citing
92
+
93
+ ```
94
+ @thesis{dmcodes-thesis,
95
+ author = {Petra Krátká},
96
+ title = {DataMatrix Image Reconstruction to Enhance Decodability},
97
+ address = {Brno},
98
+ year = {2024},
99
+ school = {Masaryk University, Faculty of Informatics},
100
+ type = {Diploma thesis},
101
+ url = {https://is.muni.cz/th/ppu25/dp-dmcodes-thesis.pdf},
102
+ }
103
  ```