stefan-it commited on
Commit
b89afd3
1 Parent(s): d8d65ec

readme: add initial version

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # Detectron2 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
+ - Illumination
13
+
14
+ The model is based on `faster_rcnn_R_50_FPN_3x` and was fine-tuned on own and manually annotated segments from digitized books.