Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
instance_segmentation_classic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maciej Wielgosz
instance_segmentation_classic
Commits
ed4d9f94
Commit
ed4d9f94
authored
2 years ago
by
Maciej Wielgosz
Browse files
Options
Downloads
Patches
Plain Diff
scheme for running the test dataset
parent
f8bd1ccc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bash_helper_scripts/get_terrestial_sem_seg_test.sh
+8
-0
8 additions, 0 deletions
bash_helper_scripts/get_terrestial_sem_seg_test.sh
sample_playground_strange_results/allout.txt
+0
-53103
0 additions, 53103 deletions
sample_playground_strange_results/allout.txt
test_run.sh
+30
-0
30 additions, 0 deletions
test_run.sh
with
38 additions
and
53103 deletions
bash_helper_scripts/get_terrestial_sem_seg_test.sh
0 → 100755
+
8
−
0
View file @
ed4d9f94
#!/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
/home/nibio/mutable-outside-world/data/terestial_data_for_training_sem_seg_model/test/
*
.las
$TARGET_FOLDER
This diff is collapsed.
Click to expand it.
sample_playground_strange_results/allout.txt
deleted
100644 → 0
+
0
−
53103
View file @
f8bd1ccc
This diff is collapsed.
Click to expand it.
test_run.sh
0 → 100755
+
30
−
0
View file @
ed4d9f94
#!/bin/bash
# run run_all_command_lines.sh with the following arguments:
data_folder
=
"/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/sample_playground"
N_TILES
=
3
SLICE_THICKNESS
=
0.382368454442735
FIND_STEMS_HEIGHT
=
1.8948172056774
FIND_STEMS_THICKNESS
=
0.9980435744231868
GRAPH_MAXIMUM_CUMULATIVE_GAP
=
13.841583930676254
ADD_LEAVES_VOXEL_LENGTH
=
0.19332721135500391
FIND_STEMS_MIN_POINTS
=
495
GRAPH_EDGE_LENGTH
=
0.5652008887940575
ADD_LEAVES_EDGE_LENGTH
=
0.5622733957401558
# get test data from the following link:
bash ./bash_helper_scripts/get_terrestial_sem_seg_test.sh
# run run_all_command_lines.sh with the following arguments:
./run_all_command_line.sh
-d
$data_folder
\
-n
$N_TILES
\
-s
$SLICE_THICKNESS
\
-h
$FIND_STEMS_HEIGHT
\
-t
$FIND_STEMS_THICKNESS
\
-g
$GRAPH_MAXIMUM_CUMULATIVE_GAP
\
-l
$ADD_LEAVES_VOXEL_LENGTH
\
-m
$FIND_STEMS_MIN_POINTS
\
-o
$GRAPH_EDGE_LENGTH
\
-p
$ADD_LEAVES_EDGE_LENGTH
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment