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

Add GDSdataset #6778

Merged
merged 19 commits into from
Jul 27, 2023
Merged

Add GDSdataset #6778

merged 19 commits into from
Jul 27, 2023

Conversation

KumoLiu
Copy link
Contributor

@KumoLiu KumoLiu commented Jul 26, 2023

Description

part of #6231
Add GDSDataset.
After loading with GDS, data lost shape and dtype, so in this PR, add this information manually.

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

@KumoLiu KumoLiu marked this pull request as draft July 26, 2023 08:50
Signed-off-by: KumoLiu <[email protected]>
@KumoLiu KumoLiu requested review from wyli, atbenmurray, ericspod and Nic-Ma and removed request for atbenmurray July 26, 2023 13:02
@KumoLiu KumoLiu marked this pull request as ready for review July 26, 2023 13:03
Copy link
Contributor

@wyli wyli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I have a few minor comments inline:

monai/data/dataset.py Outdated Show resolved Hide resolved
monai/data/dataset.py Outdated Show resolved Hide resolved
monai/data/dataset.py Outdated Show resolved Hide resolved
KumoLiu and others added 3 commits July 27, 2023 11:20
Co-authored-by: Wenqi Li <[email protected]>
Signed-off-by: YunLiu <[email protected]>
Signed-off-by: KumoLiu <[email protected]>
Copy link
Contributor

@wyli wyli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it looks good to me.

@wyli
Copy link
Contributor

wyli commented Jul 27, 2023

/build

@wyli wyli enabled auto-merge (squash) July 27, 2023 07:07
@wyli wyli merged commit b02c37c into Project-MONAI:dev Jul 27, 2023
25 of 30 checks passed
@KumoLiu KumoLiu deleted the gdsdataset branch July 27, 2023 08:04
wyli pushed a commit to Project-MONAI/tutorials that referenced this pull request Jul 28, 2023
### Description
- After Project-MONAI/MONAI#6778, `GDSDataset`
has been added in core, remove the draft version in the tutorial.
- Update the result based on the new version

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Avoid including large-size files in the PR.
- [x] Clean up long text outputs from code cells in the notebook.
- [ ] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`

Signed-off-by: KumoLiu <[email protected]>
boneseva pushed a commit to boneseva/MONAI-tutorials that referenced this pull request Apr 21, 2024
### Description
- After Project-MONAI/MONAI#6778, `GDSDataset`
has been added in core, remove the draft version in the tutorial.
- Update the result based on the new version

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Avoid including large-size files in the PR.
- [x] Clean up long text outputs from code cells in the notebook.
- [ ] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`

Signed-off-by: KumoLiu <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants