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
mmdeploy
Commits
a3d381d2
Commit
a3d381d2
authored
Jun 25, 2025
by
limm
Browse files
add data module
parent
b95be0c5
Pipeline
#2817
canceled with stages
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
0 deletions
+32
-0
tests/data/annotation.json
tests/data/annotation.json
+7
-0
tests/data/arm_wrestling.mp4
tests/data/arm_wrestling.mp4
+0
-0
tests/data/super-resolution.py
tests/data/super-resolution.py
+25
-0
tests/data/tiger.jpeg
tests/data/tiger.jpeg
+0
-0
No files found.
tests/data/annotation.json
0 → 100644
View file @
a3d381d2
[
{
"filename"
:
"tiger.jpeg"
,
"width"
:
278
,
"height"
:
182
}
]
tests/data/arm_wrestling.mp4
0 → 100755
View file @
a3d381d2
File added
tests/data/super-resolution.py
0 → 100644
View file @
a3d381d2
# Copyright (c) OpenMMLab. All rights reserved.
onnx_config
=
dict
(
dynamic_axes
=
{
'input'
:
{
0
:
'batch'
,
2
:
'height'
,
3
:
'width'
},
'output'
:
{
0
:
'batch'
,
2
:
'height'
,
3
:
'width'
}
},
type
=
'onnx'
,
export_params
=
True
,
keep_initializers_as_inputs
=
False
,
opset_version
=
11
,
save_file
=
'end2end.onnx'
,
input_names
=
[
'input'
],
output_names
=
[
'output'
],
input_shape
=
None
)
codebase_config
=
dict
(
type
=
'mmagic'
,
task
=
'SuperResolution'
)
backend_config
=
dict
(
type
=
'onnxruntime'
)
tests/data/tiger.jpeg
0 → 100644
View file @
a3d381d2
13.6 KB
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