rwood-97 commited on
Commit
27fe6a9
1 Parent(s): c34854b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -18,7 +18,7 @@ datasets:
18
  - Livingwithmachines/MapReader_Data_SIGSPATIAL_2022
19
  ---
20
 
21
- # Model Card for mr_resnest101e_timm_pretrain
22
 
23
  A ResNeSt (ResNet based architecture with Split Attention) image classification model.
24
  Trained on ImageNet-1k and fine-tuned on gold standard annotations and outputs from early experiments using MapReader (found [here](https://huggingface.co/datasets/Livingwithmachines/MapReader_Data_SIGSPATIAL_2022)).
@@ -30,11 +30,21 @@ Trained on ImageNet-1k and fine-tuned on gold standard annotations and outputs f
30
  - **Model type:** Image classification /feature backbone
31
  - **Finetuned from model:** https://huggingface.co/timm/resnest101e.in1k
32
 
 
 
 
 
 
 
 
33
  ## Uses
34
 
35
- This fine-tuned version of the model is an output of the MapReader pipeline. It was used to classify 'patch' images (cells/regions) of scanned nineteenth-century series maps of Britain provided by the National Library of Scotland (learn more [here](https://maps.nls.uk/os/)). We classified patches to indicate the presence of buildings and railway infrastructure. See [our ACM SIGSPATIAL Geohumanities Workshop 2022 paper](https://dl.acm.org/doi/10.1145/3557919.3565812) for more details about labels.
 
 
 
36
 
37
- Of all the models fine-tuned for the experiments reported in our ACM SIGSPATIAL 2022 paper, we used this resnext101e_timm_pretrain model to infer these railway infrastructure and building labels across 30 million patches on nearly 16k scanned map sheets. You can visualize the results of this work [here](https://maps.nls.uk/projects/mapreader/#zoom=6.0&lat=56.00000&lon=-4.00000).
38
 
39
  ## How to Get Started with the Model in MapReader
40
 
 
18
  - Livingwithmachines/MapReader_Data_SIGSPATIAL_2022
19
  ---
20
 
21
+ # Model Card for mr_resnest101e_timm_pretrain_railspace_and_building
22
 
23
  A ResNeSt (ResNet based architecture with Split Attention) image classification model.
24
  Trained on ImageNet-1k and fine-tuned on gold standard annotations and outputs from early experiments using MapReader (found [here](https://huggingface.co/datasets/Livingwithmachines/MapReader_Data_SIGSPATIAL_2022)).
 
30
  - **Model type:** Image classification /feature backbone
31
  - **Finetuned from model:** https://huggingface.co/timm/resnest101e.in1k
32
 
33
+ ### Classes and labels
34
+
35
+ - 0: no
36
+ - 1: railspace
37
+ - 2: building
38
+ - 3: railspace & building
39
+
40
  ## Uses
41
 
42
+ This fine-tuned version of the model is an output of the MapReader pipeline.
43
+ It was used to classify 'patch' images (cells/regions) of scanned nineteenth-century series maps of Britain provided by the National Library of Scotland (learn more [here](https://maps.nls.uk/os/)).
44
+ We classified patches to indicate the presence of buildings and railway infrastructure.
45
+ See [our ACM SIGSPATIAL Geohumanities Workshop 2022 paper](https://dl.acm.org/doi/10.1145/3557919.3565812) for more details about labels.
46
 
47
+ Of all the models fine-tuned for the experiments reported in our ACM SIGSPATIAL 2022 paper, we used this resnest101e_timm_pretrain model to infer these railway infrastructure and building labels across 30 million patches on nearly 16k scanned map sheets. You can visualize the results of this work [here](https://maps.nls.uk/projects/mapreader/#zoom=6.0&lat=56.00000&lon=-4.00000).
48
 
49
  ## How to Get Started with the Model in MapReader
50