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

LIDC data crops download no longer public #14

Open
SteffenCzolbe opened this issue Oct 21, 2020 · 1 comment
Open

LIDC data crops download no longer public #14

SteffenCzolbe opened this issue Oct 21, 2020 · 1 comment

Comments

@SteffenCzolbe
Copy link

Hello,

the download link for the cropped LIDC data is no longer publically available. It instead leads to a SSO application for google employees.

From the Readme file:

The LIDC data can be downloaded as pngs, cropped to size 180 x 180 from Google Cloud Storage, see here: data link.

Is this intentional? Where can we find the preprocessed data?

@FelixBey
Copy link

I've found that you can download train, val and test data for the Hierarchical Probabilistic U-Net using (replace train with 'val' or 'test' for respective data set, Code is for Colab):

!gsutil cp gs://hpunet-data/lidc_crops/train.tar.gz /tmp/
!tar xvfz /tmp/train.tar.gz -C 'YOUR_TARGET_DIRECTORY'

I think it should be the same data as used for the Probabilistic U-Net.

Hope that helps!

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