Hello,
I can't download the dataset (using v 0.1.53).
from SoccerNet.Downloader import SoccerNetDownloader as SNdl
mySNdl = SNdl(LocalDirectory="/path/to/data")
mySNdl.downloadDataTask(task="jersey-2023", split=["train","test","challenge"])
HTTP Error 404: Not Found
This function should download train.zip for jersey - but train.zip was not uploaded on the server yet!
HTTP Error 404: Not Found
This function should download test.zip for jersey - but test.zip was not uploaded on the server yet!
HTTP Error 404: Not Found
This function should download challenge.zip for jersey - but challenge.zip was not uploaded on the server yet!
Is the data still available?
Thanks in advance!
Hello,
I can't download the dataset (using v 0.1.53).
from SoccerNet.Downloader import SoccerNetDownloader as SNdl
mySNdl = SNdl(LocalDirectory="/path/to/data")
mySNdl.downloadDataTask(task="jersey-2023", split=["train","test","challenge"])
HTTP Error 404: Not Found
This function should download train.zip for jersey - but train.zip was not uploaded on the server yet!
HTTP Error 404: Not Found
This function should download test.zip for jersey - but test.zip was not uploaded on the server yet!
HTTP Error 404: Not Found
This function should download challenge.zip for jersey - but challenge.zip was not uploaded on the server yet!
Is the data still available?
Thanks in advance!