mirror of https://github.com/RE-OWOD/RE-OWOD
18 lines
510 B
YAML
18 lines
510 B
YAML
_BASE_: "../../Base-RCNN-C4-OWOD.yaml"
|
|
MODEL:
|
|
WEIGHTS: "/home/joseph/workspace/OWOD/output/t1_clustering_with_save/model_final.pth"
|
|
ROI_HEADS:
|
|
NMS_THRESH_TEST: 0.4
|
|
TEST:
|
|
DETECTIONS_PER_IMAGE: 50
|
|
DATASETS:
|
|
TRAIN: ('t1_voc_coco_2007_train', ) # t1_voc_coco_2007_train, t1_voc_coco_2007_ft
|
|
TEST: ('voc_coco_2007_test', ) # voc_coco_2007_test
|
|
SOLVER:
|
|
STEPS: (60000, 80000)
|
|
MAX_ITER: 90000
|
|
WARMUP_ITERS: 100
|
|
OUTPUT_DIR: "./output/temp_3"
|
|
OWOD:
|
|
PREV_INTRODUCED_CLS: 0
|
|
CUR_INTRODUCED_CLS: 20 |