readme: add initial version
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# Detectron2 v2 model
|
6 |
+
|
7 |
+
This repository hosts our trained Detectron2 model, that can detect segments from digitized books.
|
8 |
+
|
9 |
+
The following classes are supported:
|
10 |
+
|
11 |
+
- Illustration
|
12 |
+
- Stamp
|
13 |
+
- Initial
|
14 |
+
- Other
|
15 |
+
|
16 |
+
The model is based on `faster_rcnn_R_50_FPN_3x` and was fine-tuned on own and manually annotated segments from digitized books.
|