Skip to content

Commit 972796b

Browse files
Isotr0pyChen-zexi
authored andcommitted
[Bugfix] Replace unavailable video url in multimodal test (#20854)
Signed-off-by: Isotr0py <2037008807@qq.com>
1 parent 0419f03 commit 972796b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multimodal/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
TEST_VIDEO_URLS = [
4141
"https://www.bogotobogo.com/python/OpenCV_Python/images/mean_shift_tracking/slow_traffic_small.mp4",
42-
"https://filesamples.com/samples/video/avi/sample_640x360.avi",
42+
"https://github.com/opencv/opencv/raw/refs/tags/4.12.0/samples/data/vtest.avi",
4343
]
4444

4545

0 commit comments

Comments
 (0)