-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Clarifications:
|
I think this could be very useful. I implemented this functionality for the CalMS21 dataset in our social behavior analysis package LISBET. I would be happy to contribute it to |
Thanks @gchindemi, I'll keep you in the loop about this. |
Keep me in the loop, too. The group I'm in has released a handful of big pose datasets including the MABe22 mouse triplets and our open field strain survey, with more on the horizon. |
This came up in discussions with @gchindemi.
There are several publicly available pose datasets - e.g. CalMS21 and Rat7M.
We could add some functionality for easily fetching these data in
movement
, by following a similar strategy to our sample_data module, i.e. download withpooch
, cache locally, and (optionally) load into a movement dataset.Something like this would be useful for:
That said, we would have to think about somehow differentiating between publicly available datasets, and our own test data hosted on GIN (see also #237).
The text was updated successfully, but these errors were encountered: