From 239ff893e1e4c56e3574ab09dec4d2bebb6dd624 Mon Sep 17 00:00:00 2001 From: chenjian Date: Mon, 14 Mar 2022 11:46:22 +0800 Subject: [PATCH] fix --- .../image/Image_gan/style_transfer/lapstyle_circuit/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/image/Image_gan/style_transfer/lapstyle_circuit/module.py b/modules/image/Image_gan/style_transfer/lapstyle_circuit/module.py index fea1bb2e..6a4fbc67 100644 --- a/modules/image/Image_gan/style_transfer/lapstyle_circuit/module.py +++ b/modules/image/Image_gan/style_transfer/lapstyle_circuit/module.py @@ -55,7 +55,7 @@ class Lapstyle_circuit: images (list[dict]): data of images, each element is a dict: - content (numpy.ndarray): input image,shape is \[H, W, C\],BGR format;
- style (numpy.ndarray) : style image,shape is \[H, W, C\],BGR format;
- paths (list[str]): paths to images, eacg element is a dict: + paths (list[dict]): paths to images, eacg element is a dict: - content (str): path to input image;
- style (str) : path to style image;
-- GitLab