Skip to content

Commit

Permalink
use 4 frames (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Aug 16, 2023
1 parent 8ddfc14 commit 08eeb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def main(args):
parser.add_argument(
"--nb-consecutive_frames",
type=int,
default=3,
default=4,
help="Number of consecutive frames to combine for prediction",
)
parser.add_argument(
Expand Down

0 comments on commit 08eeb40

Please sign in to comment.