From 66e0b5b85449b3dcd56b3562700ea84d550609cf Mon Sep 17 00:00:00 2001 From: Anthony Cioppa <31652699+cioppaanthony@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:45:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f9742c..23646ef 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ The following code will download the videos and annotations (except annotations ``` from SoccerNet.Downloader import SoccerNetDownloader as SNdl mySNdl = SNdl(LocalDirectory="path/to/SoccerNet") -mySNdl.downloadDataTask(task="spotting-ball-2023", split=["train", "valid", "test", "challenge"], password=) +mySNdl.downloadDataTask(task="spotting-ball-2024", split=["train", "valid", "test", "challenge"], password=) ``` Note that you may have to extract and merge the zip files yourself if you choose the second option.