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

update for ground adding in optimization tls.sh

parent 7bd23865
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
############################ parameters #################################################
# General parameters
CLEAR_INPUT_FOLDER=1 # 1: clear input folder, 0: not clear input folder
CONDA_ENV="pdal-env-1" # conda environment for running the pipeline
CONDA_ENV="pdal-env" # conda environment for running the pipeline
# Tiling parameters
data_folder="" # path to the folder containing the data
......@@ -201,8 +201,6 @@ for segmented_point_cloud_in_ply in $data_folder/results/segmented_point_clouds/
--writers.las.extra_dims=all
done
python nibio_preprocessing/add_ground_to_inst_seg_folders.py --sem_seg_folder sample_playground/results/segmented_point_clouds/ --inst_seg_folder sample_playground/results/instance_segmented_point_clouds/ --output_folder sample_playground/instance_seg_with_ground --verbose
# create the instance segmented point clouds with ground folder
mkdir -p $data_folder/results/instance_segmented_point_clouds_with_ground
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment