Skip to content

Commit 113baa2

Browse files
committed
remove blank lines
1 parent fc84ccd commit 113baa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/inference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Moreover, you can use `OpenCDInferencer` to process a list of images:
3535
>>> images = [[image1_A, image1_B], [image2_A, image2_B], ...] # image1_A can be a file path or a np.ndarray
3636
>>> inferencer(images, show=True, wait_time=0.5) # wait_time is delay time, and 0 means forever
3737
38-
3938
# Save visualized rendering color maps and predicted results
4039
# out_dir is the directory to save the output results, img_out_dir and pred_out_dir are subdirectories of out_dir
4140
# to save visualized rendering color maps and predicted results

0 commit comments

Comments
 (0)