Skip to content

Commit

Permalink
Update pc-filter value to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Apr 10, 2024
1 parent a70e744 commit 17dfc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def config(argv=None, parser=None):
metavar='<positive float>',
action=StoreValue,
type=float,
default=20,
default=5,
help='Filters the point cloud by removing points that deviate more than N standard deviations from the local mean. Set to 0 to disable filtering. '
'Default: %(default)s')

Expand Down

0 comments on commit 17dfc75

Please sign in to comment.