From 21cf68d332ee0121a4a3e4ab5bbbad48c64df2c1 Mon Sep 17 00:00:00 2001 From: Kent Gauen Date: Fri, 21 Jun 2024 15:37:09 -0400 Subject: [PATCH] Update README.md This avoids a bit of panic when testing the compiled binary file. The "/" must be included. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be328e6..acdd309 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ Mean and contour images will be saved at ../result alongside the segmentation ma #### Changing the initial number of Superpixels: ```bash -./Sp_demo_for_direc -d ../images -n 25 +./Sp_demo_for_direc -d ../images/ -n 25 ``` ![alt-text-1](./gif/border_25.png "-n 25") ```bash -./Sp_demo_for_direc -d ../images -n 15 +./Sp_demo_for_direc -d ../images/ -n 15 ``` ![alt-text-2](./gif/border_20.png "-n 15")