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
799f65f5
Commit
799f65f5
authored
Jan 19, 2021
by
Abdullah Rashwan
Committed by
A. Unique TensorFlower
Jan 19, 2021
Browse files
Internal change
PiperOrigin-RevId: 352616970
parent
a5ba3ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
official/vision/beta/ops/anchor.py
official/vision/beta/ops/anchor.py
+2
-1
No files found.
official/vision/beta/ops/anchor.py
View file @
799f65f5
...
@@ -203,7 +203,8 @@ class RpnAnchorLabeler(AnchorLabeler):
...
@@ -203,7 +203,8 @@ class RpnAnchorLabeler(AnchorLabeler):
unmatched_threshold
=
0.3
,
unmatched_threshold
=
0.3
,
rpn_batch_size_per_im
=
256
,
rpn_batch_size_per_im
=
256
,
rpn_fg_fraction
=
0.5
):
rpn_fg_fraction
=
0.5
):
AnchorLabeler
.
__init__
(
self
,
match_threshold
=
0.7
,
unmatched_threshold
=
0.3
)
AnchorLabeler
.
__init__
(
self
,
match_threshold
=
match_threshold
,
unmatched_threshold
=
unmatched_threshold
)
self
.
_rpn_batch_size_per_im
=
rpn_batch_size_per_im
self
.
_rpn_batch_size_per_im
=
rpn_batch_size_per_im
self
.
_rpn_fg_fraction
=
rpn_fg_fraction
self
.
_rpn_fg_fraction
=
rpn_fg_fraction
...
...
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