Skip to content

Commit

Permalink
remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
likyoo committed Sep 23, 2023
1 parent fc84ccd commit 113baa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 113baa2

Please sign in to comment.