Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,13 @@ base_model:
|
|
| 19 |
A fine-tuned Mask R-CNN model (via LayoutParser/Detectron2) for detecting layout
|
| 20 |
elements in historical Swedish medical journal pages.
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Model Details
|
| 23 |
|
| 24 |
- **Model type:** Mask R-CNN (ResNet backbone)
|
|
@@ -53,6 +60,7 @@ Follow instructions at:
|
|
| 53 |
https://detectron2.readthedocs.io/en/latest/tutorials/training.html
|
| 54 |
|
| 55 |
### Inference
|
|
|
|
| 56 |
```python
|
| 57 |
import cv2
|
| 58 |
import layoutparser as lp
|
|
@@ -103,9 +111,15 @@ plt.show()
|
|
| 103 |
|
| 104 |
## Acknowledgements
|
| 105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
This model builds upon the excellent work of:
|
| 107 |
|
| 108 |
-
- [Detectron2](https://github.com/facebookresearch/detectron2/tree/main)
|
| 109 |
-
- [LayoutParser](https://github.com/Layout-Parser/layout-parser?tab=readme-ov-file)
|
| 110 |
|
| 111 |
We thank the contributors and maintainers of these projects for making their tools publicly available and supporting research.
|
|
|
|
| 19 |
A fine-tuned Mask R-CNN model (via LayoutParser/Detectron2) for detecting layout
|
| 20 |
elements in historical Swedish medical journal pages.
|
| 21 |
|
| 22 |
+
This model was developed as part of the research project:
|
| 23 |
+
**Communicating Medicine (SweMPer): Digitalisation of Swedish Medical Periodicals, 1781–2011**
|
| 24 |
+
(Project ID: **IN22-0017**), funded by **Riksbankens Jubileumsfond**.
|
| 25 |
+
|
| 26 |
+
🔗 Project page:
|
| 27 |
+
https://www.uu.se/en/department/history-of-science-and-ideas/research/research-projects-and-programmes/communicating-medicine-swemper
|
| 28 |
+
|
| 29 |
## Model Details
|
| 30 |
|
| 31 |
- **Model type:** Mask R-CNN (ResNet backbone)
|
|
|
|
| 60 |
https://detectron2.readthedocs.io/en/latest/tutorials/training.html
|
| 61 |
|
| 62 |
### Inference
|
| 63 |
+
|
| 64 |
```python
|
| 65 |
import cv2
|
| 66 |
import layoutparser as lp
|
|
|
|
| 111 |
|
| 112 |
## Acknowledgements
|
| 113 |
|
| 114 |
+
This work was carried out within the project:
|
| 115 |
+
**Communicating Medicine (SweMPer): Digitalisation of Swedish Medical Periodicals, 1781–2011**
|
| 116 |
+
(Project ID: **IN22-0017**), funded by **Riksbankens Jubileumsfond**.
|
| 117 |
+
|
| 118 |
+
We gratefully acknowledge the support of the funder and project collaborators.
|
| 119 |
+
|
| 120 |
This model builds upon the excellent work of:
|
| 121 |
|
| 122 |
+
- [Detectron2](https://github.com/facebookresearch/detectron2/tree/main)
|
| 123 |
+
- [LayoutParser](https://github.com/Layout-Parser/layout-parser?tab=readme-ov-file)
|
| 124 |
|
| 125 |
We thank the contributors and maintainers of these projects for making their tools publicly available and supporting research.
|