Commit 9f1a4110 authored by Yuxin Wu's avatar Yuxin Wu

[MaskRCNN] update bbox reg weights

parent 582ec017
......@@ -172,7 +172,7 @@ _C.RPN.TEST_PER_LEVEL_NMS_TOPK = 1000
# fastrcnn training ---------------------
_C.FRCNN.BATCH_PER_IM = 512
_C.FRCNN.BBOX_REG_WEIGHTS = [10., 10., 5., 5.] # Better but non-standard setting: [20, 20, 10, 10]
_C.FRCNN.BBOX_REG_WEIGHTS = [20., 20., 10., 10.] # Detectron: 10, 10, 5, 5
_C.FRCNN.FG_THRESH = 0.5
_C.FRCNN.FG_RATIO = 0.25 # fg ratio in a ROI batch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment