Skip to content

adds data downloading disclaimer #1051

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

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ in a cell will verify this has worked and show you what kind of hardware you hav

#### Data

Some notebooks will require additional data. They can be downloaded by running the [runexamples.sh](./runexamples.sh) script.
Some notebooks will require additional data.
Each user is responsible for checking the content of datasets and the applicable licenses and determining if suitable for the intended use.

### 2. Questions and bugs

Expand Down
2 changes: 1 addition & 1 deletion deep_atlas/deep_atlas_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"### Get data\n",
"\n",
"1. By default, this notebook will automatically download a subset of OASIS-1 data. Set the environment variable `MONAI_DATA_DIRECTORY`\n",
"to save the data to a path of your choice.\n",
"to save the data to a path of your choice. _Each user is responsible for checking the content of datasets and the applicable licenses and determining if suitable for the intended use._\n",
" - To run with the full OASIS-1 dataset, you can download the [data here](https://www.oasis-brains.org/#data).\n",
"Make sure to select _OASIS-1_. Download as many of the \"discs\" as you like and extract their contents into a directory called `OASIS-1`. (This notebook automatically downloads disc1, so you may already have disc1 if you have run the cells below.) Set the environment variable `MONAI_DATA_DIRECTORY`\n",
"to point to the data directory that contains `OASIS-1`, or simply edit the variable `data_dir` below to be the path to your `OASIS-1` directory.\n",
Expand Down