Commit ae35d8c7 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 308850370
parent 2b29d716
...@@ -105,6 +105,9 @@ MASKRCNN_CFG.override({ ...@@ -105,6 +105,9 @@ MASKRCNN_CFG.override({
'mask_sampling': { 'mask_sampling': {
'num_mask_samples_per_image': 128, # Typically = `num_samples_per_image` * `fg_fraction`. 'num_mask_samples_per_image': 128, # Typically = `num_samples_per_image` * `fg_fraction`.
}, },
'postprocess': {
'pre_nms_num_boxes': 1000,
},
}, is_strict=False) }, is_strict=False)
......
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