Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ datasets:
|
|
18 |
- Livingwithmachines/MapReader_Data_SIGSPATIAL_2022
|
19 |
---
|
20 |
|
21 |
-
# Model card for
|
22 |
|
23 |
A ResNeXt-B image classification model.
|
24 |
Pretrained on Instagram-1B hashtags dataset using semi-weakly supervised learning and fine-tuned on ImageNet-1k.
|
@@ -31,9 +31,19 @@ Fine-tuned on gold standard annotations and outputs from early experiments using
|
|
31 |
- **Model type:** Image classification /feature backbone
|
32 |
- **Finetuned from model:** P
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
## Uses
|
35 |
|
36 |
-
This fine-tuned version of the model is an output of the MapReader pipeline.
|
|
|
|
|
|
|
37 |
|
38 |
## How to Get Started with the Model in MapReader
|
39 |
|
|
|
18 |
- Livingwithmachines/MapReader_Data_SIGSPATIAL_2022
|
19 |
---
|
20 |
|
21 |
+
# Model card for mr_swsl_resnext101_32x8d_timm_pretrain_railspace_and_building
|
22 |
|
23 |
A ResNeXt-B image classification model.
|
24 |
Pretrained on Instagram-1B hashtags dataset using semi-weakly supervised learning and fine-tuned on ImageNet-1k.
|
|
|
31 |
- **Model type:** Image classification /feature backbone
|
32 |
- **Finetuned from model:** P
|
33 |
|
34 |
+
### Classes and labels
|
35 |
+
|
36 |
+
- 0: no
|
37 |
+
- 1: railspace
|
38 |
+
- 2: building
|
39 |
+
- 3: railspace & building
|
40 |
+
|
41 |
## Uses
|
42 |
|
43 |
+
This fine-tuned version of the model is an output of the MapReader pipeline.
|
44 |
+
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/)).
|
45 |
+
We classified patches to indicate the presence of buildings and railway infrastructure.
|
46 |
+
See [our paper](https://dl.acm.org/doi/10.1145/3557919.3565812) for more details about labels.
|
47 |
|
48 |
## How to Get Started with the Model in MapReader
|
49 |
|