Skip to content

Commit

Permalink
Add logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Nov 5, 2024
1 parent b72d4ad commit 777f500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crabs/tracker/track_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ def tracking_parse_args(args):

def app_wrapper():
"""Wrap function to run the tracking application."""
logging.getLogger().setLevel(logging.INFO)

torch.set_float32_matmul_precision("medium")

tracking_args = tracking_parse_args(sys.argv[1:])
Expand Down

0 comments on commit 777f500

Please sign in to comment.