From edc6dcd6a05b40a5b3478c77451d06e607df80de Mon Sep 17 00:00:00 2001
From: Maciej Wielgosz <maciej.wielgosz@nibio.no>
Date: Thu, 27 Oct 2022 09:35:00 +0000
Subject: [PATCH] Update run_all_fine_grained.sh

---
 run_all_fine_grained.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run_all_fine_grained.sh b/run_all_fine_grained.sh
index 67771bd..60be9c1 100755
--- a/run_all_fine_grained.sh
+++ b/run_all_fine_grained.sh
@@ -111,7 +111,7 @@ for d in $data_folder/segmented_point_clouds/tiled/*/; do
     for f in $d/*.ply; do
         echo "Processing $f file..."
         python fsct/run.py \
-        --model /home/nibio/mutable-outside-world/code/instance_segmentation_classic/fsct/model/model.pth
+        --model /home/nibio/mutable-outside-world/code/instance_segmentation_classic/fsct/model/model.pth \
         --point-cloud $f \
         --batch_size 5 \
         --odir $d \
-- 
GitLab