Skip to content

Commit

Permalink
Merge pull request #1030 from alicevision/dev/sfm/filterTracksOption
Browse files Browse the repository at this point in the history
[nodes] StructureFromMotion: change default value for filterTrackForks
  • Loading branch information
fabiencastan authored Aug 13, 2020
2 parents 6ceb16f + 368c7a8 commit a24bfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/StructureFromMotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class StructureFromMotion(desc.CommandLineNode):
label='Filter Track Forks',
description='Enable/Disable the track forks removal. A track contains a fork when incoherent matches \n'
'lead to multiple features in the same image for a single track. \n',
value=True,
value=False,
uid=[0],
),
desc.File(
Expand Down

0 comments on commit a24bfc1

Please sign in to comment.