DominikM198 commited on
Commit
0dec335
·
verified ·
1 Parent(s): 49fe833

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # Probabilistic Road Classification in Historical Maps Using Synthetic Data and Deep Learning
6
+ **Dominik J. Mühlematter, Sebastian Schweizer, Chenjing Jiao, Xue Xia, Magnus Heitzler, Lorenz Hurni - 2024**
7
+
8
+ [[Paper on ArXiv]](https://arxiv.org/abs/)
9
+
10
+ In correspondence with the code we released on [GitHub](https://github.com/), the usage of the models within our pipeline is described in the repository. Please note that this repository contains only the models for our final results, not for all intermediate results.
11
+
12
+ ## Pretrained Models
13
+ This folder contains the pretrained models, including:
14
+
15
+ - **ResNet18 Classification Backbone**: Pretrained on ImageNet.
16
+ - **Binary Road Segmentation Model**: Initialized with the ImageNet classification backbone and trained using cascaded training with Swiss Map data.
17
+
18
+ ## Binary Road Segmentation
19
+ This folder contains the final model weights used for extracting roads from the Siegfried Map.
20
+
21
+ ## Road Classification Ensemble
22
+ This folder contains all the model weights for the final road classification ensemble.
23
+
24
+ ## Citation
25
+ If you find our work useful or interesting, or if you use our code, please cite our paper as follows:
26
+
27
+ ```latex
28
+ @misc{muhlematter2024probabilistic,
29
+ title = {Probabilistic Road Classification in Historical Maps Using Synthetic Data and Deep Learning},
30
+ author = {Dominik J. Mühlematter, Sebastian Schweizer, Chenjing Jiao, Xue Xia, Magnus Heitzler, Lorenz Hurni},
31
+ year = {2024},
32
+ note = {arXiv:xxxx.xxxxx}
33
+ }