Unverified Commit d0dc7577 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Transfer test data to aliyun (#2004)

parent a465fb41
...@@ -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
......
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