Skip to content

Commit

Permalink
republic print
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Jul 22, 2024
1 parent e3ac547 commit af383a5
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions configs/segmentation/region/region_baseline_print.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
_BASE_: ../segmentation_base.yaml

OUTPUT_DIR: ./output/region

PREPROCESS:
REGION:
REGIONS:
[
"date",
"resolution",
"page-number",
"separator",
"catch-word",
"signature-mark",
"index",
"header",
]
MERGE_REGIONS: []
REGION_TYPE: []

MODEL:
MODE: region

SEM_SEG_HEAD:
NUM_CLASSES: 9

ROI_HEADS:
NUM_CLASSES: 8

WEIGHTS:

TRAIN:
WEIGHTS:

TEST:
WEIGHTS:
EVAL_PERIOD: 5000

SOLVER:
MAX_ITER: 50000
CHECKPOINT_PERIOD: 10000

0 comments on commit af383a5

Please sign in to comment.