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
OpenDAS
vision
Commits
a46a323e
Unverified
Commit
a46a323e
authored
Apr 28, 2022
by
Vasilis Vryniotis
Committed by
GitHub
Apr 28, 2022
Browse files
Fix keypointrcnn_resnet50_fpn flaky test (#5911)
parent
c4f8f483
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
test/expect/ModelTester.test_keypointrcnn_resnet50_fpn_expect.pkl
...ect/ModelTester.test_keypointrcnn_resnet50_fpn_expect.pkl
+0
-0
test/test_models.py
test/test_models.py
+1
-1
No files found.
test/expect/ModelTester.test_keypointrcnn_resnet50_fpn_expect.pkl
View file @
a46a323e
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
test/test_models.py
View file @
a46a323e
...
@@ -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.1
5
,
"box_score_thresh"
:
0.1
7
,
"input_shape"
:
(
3
,
224
,
224
),
"input_shape"
:
(
3
,
224
,
224
),
},
},
"fasterrcnn_resnet50_fpn"
:
{
"fasterrcnn_resnet50_fpn"
:
{
...
...
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