Skip to content
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

Question regarding location of datasets #148

Open
anwai98 opened this issue Oct 15, 2024 · 3 comments
Open

Question regarding location of datasets #148

anwai98 opened this issue Oct 15, 2024 · 3 comments

Comments

@anwai98
Copy link

anwai98 commented Oct 15, 2024

Hi @JoOkuma,

First of all, thanks for your work!

Have you released the data used in your preprint (besides the one from CTC) (and the corresponding segmentations)? If yes, can you hint me on how to access it? (I am sorry if I missed the mention in the documentation)

@JoOkuma
Copy link
Member

JoOkuma commented Oct 16, 2024

Hey @anwai98, thanks for the kind words.

The publicly available data is available here, I included a brief readme describing the files.

I'm waiting for a colleague for the neuromast annotated tracks; I'll give you an update when that's done.

We haven't completely curated the datasets' segmentation masks and we were mainly evaluating at the track level, so only those are available.

We are only making the densely labeled channel available for the multi-channel zebrafish embryo because we might create a benchmark in the future and want to avoid data leakage with the test set.
If that's not materialized soon, we will make it publicly available.

Let me know if you have any trouble accessing the data.

@anwai98
Copy link
Author

anwai98 commented Oct 17, 2024

Hi @JoOkuma, thanks for the response!

The publicly available data is available here, I included a brief readme describing the files.

Ahha nice, thanks. I'll check it out.

And thanks for sharing all the information. I'd be happy to check out the updated datasets coming in as well (once they are out).

Btw, can you suggest a way to download the files stored at https://public.czbiohub.org/royerlab/ultrack using python scripts? (I can only seem to click over the tif files for download, the rest (eg. zarr files) just allow me to access items over the container, not a central download) (unless I am missing something)

@JoOkuma
Copy link
Member

JoOkuma commented Oct 17, 2024

@anwai98, I mainly used wget from the terminal

This should work as well:

import urllib.request
urllib.request.urlretrieve("https://public.czbiohub.org/royerlab/ultrack/multi-color-cytoplasm.tif", "multi-color-cytoplasm.tif")

StackOverflow reference

For Zarr, you could use their copy function to move from a remote to local storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants