Skip to content

Commit

Permalink
photo config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Nov 22, 2023
1 parent 43f1ead commit 482da62
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions configs/segmentation/region/region_dataset_photo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ NAME: photo

PREPROCESS:
REGION:
REGIONS: ["Text", "Photo", "Drawing"]
REGIONS: ["Photo"]
MERGE_REGIONS: []
REGION_TYPE: []
REGION_TYPE: ["ImageRegion:Photo"]

MODEL:
MODE: region

SEM_SEG_HEAD:
NUM_CLASSES: 4
NUM_CLASSES: 2

ROI_HEADS:
NUM_CLASSES: 3
NUM_CLASSES: 1

WEIGHTS:

Expand Down Expand Up @@ -80,12 +80,12 @@ TRAIN:

TEST:
WEIGHTS:
EVAL_PERIOD: 1000
EVAL_PERIOD: 10000

SOLVER:
IMS_PER_BATCH: 2
CHECKPOINT_PERIOD: 2000
IMS_PER_BATCH: 8
CHECKPOINT_PERIOD: 25000
BASE_LR: 0.0002
GAMMA: 0.1
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 10000
MAX_ITER: 250000

0 comments on commit 482da62

Please sign in to comment.