mirror of
https://github.com/RE-OWOD/RE-OWOD.git
synced 2025-06-02 22:30:00 +08:00
11 lines
243 B
YAML
11 lines
243 B
YAML
_BASE_: "../Base-RCNN-C4.yaml"
|
|
MODEL:
|
|
META_ARCHITECTURE: "ProposalNetwork"
|
|
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
|
|
MASK_ON: False
|
|
RESNETS:
|
|
DEPTH: 50
|
|
RPN:
|
|
PRE_NMS_TOPK_TEST: 12000
|
|
POST_NMS_TOPK_TEST: 2000
|