Skip to content

Commit

Permalink
Add a space for warning
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjoos committed Apr 8, 2024
1 parent 2ee8945 commit d3cdc41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self,
if os.path.exists(self.dataset_path / split):
sets[split] = load_set(self.dataset_path / split, nvid, vids_dict.get(split, []))
else:
log.warning(f"Warning: The '{split}' set does not exist in the SoccerNetGS dataset at '{self.dataset_path}'."
log.warning(f"Warning: The '{split}' set does not exist in the SoccerNetGS dataset at '{self.dataset_path}'. "
f"Please check the path or download the dataset following the instructions here: https://github.com/soccerNet/sn-gamestate#manual-downloading-of-soccernet-gamestate")

# We pass 'nvid=-1', 'vids_dict=None' because video subsampling is already done in the load_set function
Expand Down

0 comments on commit d3cdc41

Please sign in to comment.