Skip to content

Commit

Permalink
Update download_ball_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cioppaanthony authored Feb 5, 2024
1 parent 66e0b5b commit f2737d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Download/download_ball_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Download zipped folder per split
mySoccerNetDownloader = SoccerNetDownloader(LocalDirectory=args.dataset_dir)
mySoccerNetDownloader.downloadDataTask(task="spotting-ball-2023",
mySoccerNetDownloader.downloadDataTask(task="spotting-ball-2024",
split=list_splits,
password=args.password_videos)
# Extract files from zipped folders
Expand Down

2 comments on commit f2737d4

@Nemodontcry
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed the line 26 :D
subtask_data_dir = os.path.join(args.dataset_dir, "spotting-ball-2023") to subtask_data_dir = os.path.join(args.dataset_dir, "spotting-ball-2024")

@SilvioGiancola
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, it's fixed now, thanks!

Please sign in to comment.