diff --git a/bash_helper_scripts/get_val_corrected_after_sem_seg_single_file.sh b/bash_helper_scripts/get_val_corrected_after_sem_seg_single_file.sh
new file mode 100755
index 0000000000000000000000000000000000000000..113cb40f82b70cbff0f7dd1ceba416c7ee58c966
--- /dev/null
+++ b/bash_helper_scripts/get_val_corrected_after_sem_seg_single_file.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+TARGET_FOLDER=/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/sample_playground
+# clean the folder
+rm -rf $TARGET_FOLDER/*
+
+cp -r /home/nibio/mutable-outside-world/data/corrected/validation_after_seg_single/* $TARGET_FOLDER
+
+