From 485eba1ffb5219f9555cc1b71c24b42e8b8e6a07 Mon Sep 17 00:00:00 2001 From: haoyuying <35907364+haoyuying@users.noreply.github.com> Date: Thu, 16 Dec 2021 11:52:46 +0800 Subject: [PATCH] Update README.md --- modules/video/Video_editing/SkyAR/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/video/Video_editing/SkyAR/README.md b/modules/video/Video_editing/SkyAR/README.md index 6a0ec956..0b43e10f 100644 --- a/modules/video/Video_editing/SkyAR/README.md +++ b/modules/video/Video_editing/SkyAR/README.md @@ -71,7 +71,7 @@ ## 三、模型API预测 -- ### 1、代码示例 +- ### 1、预测代码示例 ```python import paddlehub as hub @@ -79,8 +79,8 @@ model = hub.Module(name='SkyAR') model.MagicSky( - video_path=[path to input video path], - save_path=[path to save video path] + video_path="/PATH/TO/VIDEO", + save_path="/PATH/TO/SAVE/RESULT" ) ``` - ### 2、API -- GitLab