Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
ae35d8c7
Commit
ae35d8c7
authored
Apr 28, 2020
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 308850370
parent
2b29d716
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
official/vision/detection/configs/maskrcnn_config.py
official/vision/detection/configs/maskrcnn_config.py
+3
-0
No files found.
official/vision/detection/configs/maskrcnn_config.py
View file @
ae35d8c7
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment