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
a3d87195
Unverified
Commit
a3d87195
authored
Dec 05, 2021
by
Prabhat Roy
Committed by
GitHub
Dec 05, 2021
Browse files
Skip test_roi_align_aligned (#5029)
parent
dcf5dc87
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test/test_onnx.py
test/test_onnx.py
+1
-0
No files found.
test/test_onnx.py
View file @
a3d87195
...
...
@@ -141,6 +141,7 @@ class TestONNXExporter:
model
=
ops
.
RoIAlign
((
5
,
5
),
1
,
-
1
)
self
.
run_model
(
model
,
[(
x
,
single_roi
)])
@
pytest
.
mark
.
skip
(
reason
=
"ROIAlign with aligned=True is not supported in ONNX, but will be supported in opset 16."
)
def
test_roi_align_aligned
(
self
):
x
=
torch
.
rand
(
1
,
1
,
10
,
10
,
dtype
=
torch
.
float32
)
single_roi
=
torch
.
tensor
([[
0
,
1.5
,
1.5
,
3
,
3
]],
dtype
=
torch
.
float32
)
...
...
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