From 7daaf8229d35c85fe56558d1036995e6aea5af7d Mon Sep 17 00:00:00 2001 From: Channingss Date: Thu, 5 Mar 2020 15:08:41 +0800 Subject: [PATCH] modify default video_path for mask_detection web demo --- demo/mask_detection/web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/mask_detection/web/index.php b/demo/mask_detection/web/index.php index ba323ce5..2c63c9e0 100644 --- a/demo/mask_detection/web/index.php +++ b/demo/mask_detection/web/index.php @@ -146,7 +146,7 @@ body { autoplay: true,//是否自动播放 drag: 'start', //拖动的属性 video: [ - ['video/result/222.mp4', 'video/mp4', '中文标清', 0], + ['video/result/1-mask_detection.mp4', 'video/mp4', '中文标清', 0], ] }; var player = new ckplayer(videoObject); -- GitLab