Unverified Commit a5ba3ccf authored by Abdullah Rashwan's avatar Abdullah Rashwan Committed by GitHub
Browse files

Revert "Update anchor.py (#9646)" (#9649)

This reverts commit 7c9d9ede.
parent dc2d15db
......@@ -203,7 +203,7 @@ class RpnAnchorLabeler(AnchorLabeler):
unmatched_threshold=0.3,
rpn_batch_size_per_im=256,
rpn_fg_fraction=0.5):
AnchorLabeler.__init__(self, match_threshold=match_threshold, unmatched_threshold=unmatched_threshold)
AnchorLabeler.__init__(self, match_threshold=0.7, unmatched_threshold=0.3)
self._rpn_batch_size_per_im = rpn_batch_size_per_im
self._rpn_fg_fraction = rpn_fg_fraction
......
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