From a9685ff40a94b4adeabacf3add3a3c59997518d8 Mon Sep 17 00:00:00 2001 From: haoyuying <35907364+haoyuying@users.noreply.github.com> Date: Thu, 16 Dec 2021 11:37:26 +0800 Subject: [PATCH] Update README.md --- .../image/Image_editing/super_resolution/falsr_c/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/image/Image_editing/super_resolution/falsr_c/README.md b/modules/image/Image_editing/super_resolution/falsr_c/README.md index 32278474..2e7d35bb 100644 --- a/modules/image/Image_editing/super_resolution/falsr_c/README.md +++ b/modules/image/Image_editing/super_resolution/falsr_c/README.md @@ -51,7 +51,7 @@ - ``` $ hub run falsr_c --input_path "/PATH/TO/IMAGE" ``` -- ### 代码示例 +- ### 2、预测代码示例 ```python import cv2 @@ -65,7 +65,7 @@ sr_model.save_inference_model() ``` -- ### 2、API +- ### 3、API - ```python def reconstruct(self, -- GitLab