NeuroTechX / moabb

Mother of All BCI Benchmarks
https://neurotechx.github.io/moabb/
BSD 3-Clause "New" or "Revised" License
646 stars 168 forks source link

Lee and Cho dataset are not using anymore FTP #616

Closed toncho11 closed 3 weeks ago

toncho11 commented 3 weeks ago

Seems ftp://parrot.genomics.cn/gigadb/pub/10.5524/100001_101000/100542 is not accessible.

bruAristimunha commented 3 weeks ago

Hey @toncho11, thank you for reporting this.

Looks like they changed to another system that is not the FTP anymore 🙏🏽! Celebration!

We will update the code to download the Lee and Cho dataset.

In the meantime, you can download it here: http://gigadb.org/dataset/100542

bruAristimunha commented 3 weeks ago

FYI @sylvchev

toncho11 commented 3 weeks ago

The new Cho 2017 url caused a re-download of my Cho 2017 dataset. It is actually putting new files next to the old ones but with different check sum. Files are the same size. It is this normal effect of the change? Maybe the check sum calculation has been changed?

I am using the last version of MAOBB from today installed like this: pip install git+https://github.com/NeuroTechX/moabb.git So this way I get the code from the develop branch automatically, right?