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

subsample off

parent a0710a3f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ import fsct ...@@ -6,7 +6,7 @@ import fsct
# These have been tuned to work on most high resolution forest point clouds without changing them. # These have been tuned to work on most high resolution forest point clouds without changing them.
other_parameters = dict(model=os.path.join(fsct.__path__[0], 'model', 'model.pth'), other_parameters = dict(model=os.path.join(fsct.__path__[0], 'model', 'model.pth'),
box_dims=np.array([6, 6, 8]), box_dims=np.array([6, 6, 8]),
box_overlap=np.array([0.5, 0.5, 0.25]), box_overlap=np.array([0.5, 0.5, 0.25]), # box_overlap=np.array([0.5, 0.5, 0.25]),
min_points_per_box=1000, min_points_per_box=1000,
max_points_per_box=20000, max_points_per_box=20000,
terrain_class=0, terrain_class=0,
...@@ -19,7 +19,7 @@ other_parameters = dict(model=os.path.join(fsct.__path__[0], 'model', 'model.pth ...@@ -19,7 +19,7 @@ other_parameters = dict(model=os.path.join(fsct.__path__[0], 'model', 'model.pth
num_neighbours=5, num_neighbours=5,
slice_thickness=0.2, slice_thickness=0.2,
slice_increment=0.05, slice_increment=0.05,
subsample=True, subsample=False, # subsample=True
subsampling_min_spacing=0.01, subsampling_min_spacing=0.01,
is_wood=1, is_wood=1,
min_tree_cyls=10, min_tree_cyls=10,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment