Skip to content

Commit

Permalink
Unfreezing sampling point density for sota semantic point cloud gener…
Browse files Browse the repository at this point in the history
…ation.
  • Loading branch information
WeixiaoGao committed Jun 5, 2023
1 parent 9cdec84 commit 1472fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic_urban_mesh_segmentation/operation_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ namespace semantic_mesh_segmentation
use_existing_mesh_segments = true;
add_point_color = true;

sampling_point_density = 7.0f;//for deep learning methods, same as in SUM paper
//sampling_point_density = 7.0f;//for deep learning methods, same as in SUM paper

//--- For testing data ---//
std::vector<bool> train_predict
Expand Down

0 comments on commit 1472fc8

Please sign in to comment.