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 EfficientNet image classification model.
|
24 |
Trained on ImageNet-1k and unlabeled JFT-300m using Noisy Student semi-supervised learning in Tensorflow by paper authors, ported to PyTorch by Ross Wightman.
|
@@ -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:** https://huggingface.co/timm/tf_efficientnet_b3.ns_jft_in1k
|
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_tf_efficientnet_b3_ns_timm_pretrain_railspace_and_building
|
22 |
|
23 |
A EfficientNet image classification model.
|
24 |
Trained on ImageNet-1k and unlabeled JFT-300m using Noisy Student semi-supervised learning in Tensorflow by paper authors, ported to PyTorch by Ross Wightman.
|
|
|
31 |
- **Model type:** Image classification /feature backbone
|
32 |
- **Finetuned from model:** https://huggingface.co/timm/tf_efficientnet_b3.ns_jft_in1k
|
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 |
|