Skip to content
Snippets Groups Projects
Commit 908e6706 authored by Maciej Wielgosz's avatar Maciej Wielgosz
Browse files

update to put to the oracle cloud

parent 9d81d0d8
No related branches found
No related tags found
No related merge requests found
general:
input_folder: './maciek'
output_folder: './maciek_results'
input_folder: './local_input_folder'
output_folder: './local_output_folder'
clean_output_folder: true
run_sematic_segmentation: true
run_instance_segmentation: true
......
......@@ -25,7 +25,7 @@ class AddGroundToInstSegFolders():
# check if same amount of files if not throw an exception and abort the programm
if len(sem_seg_files) != len(inst_seg_files):
raise Exception("The amount of files in the semantic segmentation folder and the instance segmentation folder is not the same. Please check the input folders.")
print("The amount of files in the semantic segmentation folder and the instance segmentation folder is not the same. Please check the input folders.")
# if output folder does not exist create it
if not os.path.isdir(self.output_folder):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment