From 47fcd0536724a56da7ff439d2cc074fb77481ad1 Mon Sep 17 00:00:00 2001
From: Maciej Wielgosz <maciej.wielgosz@nibio.no>
Date: Thu, 13 Oct 2022 10:18:25 +0200
Subject: [PATCH] small fix in the comments

---
 run_all.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/run_all.sh b/run_all.sh
index 9ae30ca..815c468 100755
--- a/run_all.sh
+++ b/run_all.sh
@@ -97,8 +97,7 @@ find $data_folder/ -type f -name '*.segmented.ply' -exec mv {} $data_folder/segm
 echo "Tiling and tile index generation"
 python nibio_preprocessing/tiling.py -i $data_folder/segmented_point_clouds/ -o $data_folder/segmented_point_clouds/tiled
 
-#  iterate over all the segmented point clouds
-# check if the output folder exists
+# create folder for the output of the second step
 
 mkdir -p $data_folder/instance_segmented_point_clouds
 
-- 
GitLab