adsplus / detection /PascalVOC_Detection /FasterRCNN_R50_C4.yaml
fuliucansheng's picture
add mt roberta v3.5 config & vocab & baseline weight
f64578d
MODEL:
META_ARCHITECTURE: "GeneralizedRCNN"
RPN:
PRE_NMS_TOPK_TEST: 6000
POST_NMS_TOPK_TEST: 1000
ROI_HEADS:
NAME: "Res5ROIHeads"
NUM_CLASSES: 20
MASK_ON: False
RESNETS:
DEPTH: 50
INPUT:
MIN_SIZE_TRAIN: (480, 512, 544, 576, 608, 640, 672, 704, 736, 768, 800)
MIN_SIZE_TEST: 800
VERSION: 2