ai / configs /COCO-Detection /rpn_R_50_FPN_1x.yaml
neoguojing
init
68d34d0
raw
history blame contribute delete
215 Bytes
_BASE_: "../Base-RCNN-FPN.yaml"
MODEL:
META_ARCHITECTURE: "ProposalNetwork"
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: False
RESNETS:
DEPTH: 50
RPN:
POST_NMS_TOPK_TEST: 2000