mirror of
https://github.com/qurator-spk/sbb_pixelwise_segmentation.git
synced 2025-06-10 04:10:04 +02:00
missing text types are added
This commit is contained in:
parent
d687f5328f
commit
947a0e06f8
2 changed files with 53 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"textregions":{"paragraph":1, "heading": 2, "header":2,"drop-capital": 3, "marginalia":4 ,"page-number":1 , "catch-word":1 },
|
||||
"imageregion":5,
|
||||
"separatorregion":6,
|
||||
"graphicregions" :{"handwritten-annotation":7, "decoration": 8, "signature": 9, "stamp": 10},
|
||||
"artificial_class_on_boundry": ["paragraph","header", "heading", "marginalia", "page-number", "catch-word", "drop-capital"],
|
||||
"artificial_class_label":11
|
||||
"textregions":{"paragraph":1, "heading": 1, "header":1,"drop-capital": 1, "marginalia":1 ,"page-number":1 , "catch-word":1 ,"footnote": 1, "footnote-continued": 1},
|
||||
"imageregion":2,
|
||||
"separatorregion":3,
|
||||
"graphicregions" :{"handwritten-annotation":2, "decoration": 2, "signature": 2, "stamp": 2},
|
||||
"artificial_class_on_boundry": ["paragraph","header", "heading", "marginalia", "page-number", "catch-word", "drop-capital","footnote", "footnote-continued"],
|
||||
"artificial_class_label":4
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue