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

updated the test pipeline for new version of instance segmentation metrics

parent a6467c5f
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ def main(): ...@@ -41,7 +41,7 @@ def main():
# get files for the sweep # get files for the sweep
print("Getting files for the sweep") print("Getting files for the sweep")
cmd = "/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/bash_helper_scripts/get_small_data_for_playground.sh" cmd = "/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/bash_helper_scripts/get_terrestial_sem_seg_validation.sh"
subprocess.run([cmd], shell=True) subprocess.run([cmd], shell=True)
# define the arguments for all the parameters from the sweep configuration # define the arguments for all the parameters from the sweep configuration
...@@ -91,7 +91,8 @@ def main(): ...@@ -91,7 +91,8 @@ def main():
print("Computing the metric") print("Computing the metric")
metric = InstanceSegmentationMetricsInFolder( metric = InstanceSegmentationMetricsInFolder(
gt_las_folder_path = '/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/sample_playground/results/input_data', gt_las_folder_path = '/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/sample_playground/results/input_data',
target_las_folder_path = '/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/sample_playground/results/instance_segmented_point_clouds_with_ground', target_las_folder_path = '/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/sample_playground/results/instance_segmented_point_clouds',
remove_ground=True,
verbose=True verbose=True
) )
...@@ -102,7 +103,6 @@ def main(): ...@@ -102,7 +103,6 @@ def main():
print("Logging the metric") print("Logging the metric")
wandb.log({"f1_score": f1_score}) wandb.log({"f1_score": f1_score})
# define the sweep # define the sweep
sweep_id = wandb.sweep(sweep=sweep_configuration, project="sweep-train", entity="maciej-wielgosz-nibio") sweep_id = wandb.sweep(sweep=sweep_configuration, project="sweep-train", entity="maciej-wielgosz-nibio")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment