!598 更新 demo_video URL - 二分法性能检测工具的实现

From: @anjieyang 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot
2024-03-07 11:54:41 +00:00
committed by Gitee

View File

@@ -129,7 +129,7 @@ def download_and_setup_demo_mode():
logging.info("FFmpeg downloaded and set up successfully.")
# Set up the demo video directory and download the demo video
video_url = "https://github.com/digmouse233/Demo-Video-A-Tune/raw/main/akiyo_cif.y4m"
video_url = "https://github.com/anjieyang/Demo-Video-A-Tune/blob/main/akiyo_cif.y4m"
video_dir = "../data/"
video_path = os.path.join(video_dir, "akiyo_cif.y4m")