Skip to content

Commit

Permalink
fixed time_range
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Sep 6, 2024
1 parent d7d7c51 commit 7689f5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sports2D/Sports2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@

## INIT
import argparse
import sys
import toml
from datetime import datetime
from pathlib import Path
Expand All @@ -122,7 +123,7 @@

## CONSTANTS
DEFAULT_CONFIG = {'project': {'video_input': ['demo.mp4'],
'time_range': [],
'time_range': [0, sys.maxsize],
'video_dir': '',
'webcam_id': 0,
'input_size': [1280, 720]
Expand Down

0 comments on commit 7689f5d

Please sign in to comment.