mirror of https://github.com/open-mmlab/mmcv.git
Transfer test data to aliyun (#2004)
parent
a465fb4114
commit
d0dc7577b8
|
@ -45,7 +45,7 @@ class TestVideoReader:
|
|||
def setup_class(cls):
|
||||
cls.video_path = osp.join(osp.dirname(__file__), '../data/test.mp4')
|
||||
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):
|
||||
# read from video file
|
||||
|
|
Loading…
Reference in New Issue