buzzCraft commited on
Commit
980a466
·
1 Parent(s): be5af2d

Fixed filetype in readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ pip install soccernet
40
  ````python
41
  from SoccerNet.Downloader import SoccerNetDownloader
42
  mySoccerNetDownloader = SoccerNetDownloader(LocalDirectory="data/dataset/SoccerNet")
43
- mySoccerNetDownloader.downloadDataTask(task="caption-2023", split=["train", "valid", "test", "challenge"])
44
  mySoccerNetDownloader.downloadGames(files=["Labels-v2.json"], split=["train", "valid", "test"])
45
  ````
46
 
 
40
  ````python
41
  from SoccerNet.Downloader import SoccerNetDownloader
42
  mySoccerNetDownloader = SoccerNetDownloader(LocalDirectory="data/dataset/SoccerNet")
43
+ mySoccerNetDownloader.downloadGames(files=["Labels-caption.json"], split=["train", "valid", "test"])
44
  mySoccerNetDownloader.downloadGames(files=["Labels-v2.json"], split=["train", "valid", "test"])
45
  ````
46