Unverified Commit a46a323e authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Fix keypointrcnn_resnet50_fpn flaky test (#5911)

parent c4f8f483
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -261,7 +261,7 @@ _model_params = { ...@@ -261,7 +261,7 @@ _model_params = {
"num_classes": 2, "num_classes": 2,
"min_size": 224, "min_size": 224,
"max_size": 224, "max_size": 224,
"box_score_thresh": 0.15, "box_score_thresh": 0.17,
"input_shape": (3, 224, 224), "input_shape": (3, 224, 224),
}, },
"fasterrcnn_resnet50_fpn": { "fasterrcnn_resnet50_fpn": {
......
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