Image Segmentation
HTRflow
mmdet
htrflow_core
instance segmentation
File size: 1,253 Bytes
411ea84
 
f029e15
a8b0516
9c8bc1f
a8b0516
9c8bc1f
a8b0516
 
 
3cda4a7
9c8bc1f
8baa8c1
411ea84
0f5e01c
 
 
a8b0516
0f5e01c
a8b0516
0f5e01c
a8b0516
 
 
0f5e01c
 
 
a8b0516
0f5e01c
 
 
a8b0516
0f5e01c
 
a8b0516
0f5e01c
 
a8b0516
0f5e01c
a8b0516
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: mit
metrics:
  - mean_iou
datasets:
  - Riksarkivet/placeholder_region_segmentation
tags:
  - mmdet
  - htrflow_core
  - instance segmentation
library_name: htrflow
inference: false
pipeline_tag: image-segmentation
---

## Model Description

**RTMDet** is both an instance segmentation and object detection model from [OpenMMLab](https://mmyolo.readthedocs.io/en/latest/recommended_topics/algorithm_descriptions/rtmdet_description.html) and was trained using [MMDetection](https://mmdetection.readthedocs.io/en/latest/). This RTMDet model is fine-tuned to segment text regions within the documents, which enables a pre-localization text-line regions, which is a crucial step for current text-recognition models work at the text-line level.

## Usage

```python
#WIP
```

## Evaluation

(WIP)

## Training Data

(WIP)

## References

If you would like to learn more about the Swedish National Archives HTR pipeline or access the training data, please refer to the following resources:

- [The AI-lab at the Swedish National Archives](https://github.com/Swedish-National-Archives-AI-lab)
- [MMDetection](https://github.com/open-mmlab/mmdetection)
- [RTMDET Paper](https://paperswithcode.com/paper/rtmdet-an-empirical-study-of-designing-real)