From 113baa21356c05eb6f2c24e07823734b298d6c4e Mon Sep 17 00:00:00 2001 From: likyoo Date: Sat, 23 Sep 2023 21:54:04 +0800 Subject: [PATCH] remove blank lines --- docs/inference.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/inference.md b/docs/inference.md index 89ef780..d443e8c 100644 --- a/docs/inference.md +++ b/docs/inference.md @@ -35,7 +35,6 @@ Moreover, you can use `OpenCDInferencer` to process a list of images: >>> images = [[image1_A, image1_B], [image2_A, image2_B], ...] # image1_A can be a file path or a np.ndarray >>> inferencer(images, show=True, wait_time=0.5) # wait_time is delay time, and 0 means forever - # Save visualized rendering color maps and predicted results # out_dir is the directory to save the output results, img_out_dir and pred_out_dir are subdirectories of out_dir # to save visualized rendering color maps and predicted results