Spaces:
Running
Running
buzzCraft commited on
Commit ·
980a466
1
Parent(s): be5af2d
Fixed filetype in readme
Browse files
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.
|
| 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 |
|