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
MMCV
Commits
d0dc7577
Unverified
Commit
d0dc7577
authored
May 27, 2022
by
Zaida Zhou
Committed by
GitHub
May 27, 2022
Browse files
Transfer test data to aliyun (#2004)
parent
a465fb41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_video/test_reader.py
tests/test_video/test_reader.py
+1
-1
No files found.
tests/test_video/test_reader.py
View file @
d0dc7577
...
@@ -45,7 +45,7 @@ class TestVideoReader:
...
@@ -45,7 +45,7 @@ class TestVideoReader:
def
setup_class
(
cls
):
def
setup_class
(
cls
):
cls
.
video_path
=
osp
.
join
(
osp
.
dirname
(
__file__
),
'../data/test.mp4'
)
cls
.
video_path
=
osp
.
join
(
osp
.
dirname
(
__file__
),
'../data/test.mp4'
)
cls
.
num_frames
=
168
cls
.
num_frames
=
168
cls
.
video_url
=
'https://
www.learningcontainer.com/wp-content/uploads/2020/05
/sample-mp4-file.mp4'
# noqa: E501
cls
.
video_url
=
'https://
download.openmmlab.com/mmcv/test_data
/sample-mp4-file.mp4'
# noqa: E501
def
test_load
(
self
):
def
test_load
(
self
):
# read from video file
# read from video file
...
...
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