Skip to content

Commit

Permalink
Change default clusterizer delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustín Castro authored and Agustín Castro committed Feb 29, 2024
1 parent 34b14ec commit e001d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/multi_camera/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def run():
parser.add_argument(
"--clusterizer-initialization-delay",
type=float,
default=6,
default=20,
help="Minimum age of a cluster (or it's objects) to be returned",
)
parser.add_argument(
Expand Down

0 comments on commit e001d57

Please sign in to comment.