We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc84ccd commit 113baa2Copy full SHA for 113baa2
docs/inference.md
@@ -35,7 +35,6 @@ Moreover, you can use `OpenCDInferencer` to process a list of images:
35
>>> images = [[image1_A, image1_B], [image2_A, image2_B], ...] # image1_A can be a file path or a np.ndarray
36
>>> inferencer(images, show=True, wait_time=0.5) # wait_time is delay time, and 0 means forever
37
38
-
39
# Save visualized rendering color maps and predicted results
40
# out_dir is the directory to save the output results, img_out_dir and pred_out_dir are subdirectories of out_dir
41
# to save visualized rendering color maps and predicted results
0 commit comments