-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for downloading publicly available datasets #340 #515
base: main
Are you sure you want to change the base?
Add support for downloading publicly available datasets #340 #515
Conversation
Thanks for attempting to tackle this @demoncoder-crypto. We are experiencing a high volume of PRs at the moment, but we will get to reviewing this eventually. Could you deal with the After that the checks should automatically apply to all commits you attempt. |
Thanks @niksirbi for comments, I tried to fix pre-commit issues. Please let me know if they are up to expectation. thanks |
Downloading file 'videos/rotating-mouse_eye-tracking_stim-uniform_video.mp4' from 'https://gin.g-node.org/neuroinformatics/movement-test-data/raw/master/videos/rotating-mouse_eye-tracking_stim-uniform_video.mp4' to 'C:\Users\Freiz.movement\data'. |
|
The implementation includes:
A new public_data.py module with functions to list, get info about, and fetch datasets
Proper input validation and local caching in ~/.movement/public_data
Comprehensive unit tests verifying all functionality
An example file demonstrating typical usage patterns
Documentation explaining available datasets, parameters, and citations