Skip to content

Commit

Permalink
Add vista3d (#605)
Browse files Browse the repository at this point in the history
Fixes #604 .

### Description
A few sentences describing the changes proposed in this pull request.

### Status
**Ready/Work in progress/Hold**

### Please ensure all the checkboxes:
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Codeformat tests passed locally by running `./runtests.sh
--codeformat`.
- [ ] In-line docstrings updated.
- [ ] Update `version` and `changelog` in `metadata.json` if changing an
existing bundle.
- [ ] Please ensure the naming rules in config files meet our
requirements (please refer to: `CONTRIBUTING.md`).
- [ ] Ensure versions of packages such as `monai`, `pytorch` and `numpy`
are correct in `metadata.json`.
- [ ] Descriptions should be consistent with the content, such as
`eval_metrics` of the provided weights and TorchScript modules.
- [ ] Files larger than 25MB are excluded and replaced by providing
download links in `large_file.yml`.
- [ ] Avoid using path that contains personal information within config
files (such as use `/home/your_name/` for `"bundle_root"`).

---------

Signed-off-by: Yiheng Wang <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
yiheng-wang-nv and pre-commit-ci[bot] authored Jul 26, 2024
1 parent 6957251 commit 9d1b26a
Show file tree
Hide file tree
Showing 36 changed files with 5,808 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/bundle_custom_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"breast_density_classification",
"mednist_reg",
"brats_mri_axial_slices_generative_diffusion",
"vista3d",
]

# This dict is used for our CI tests to install required dependencies that cannot be installed by `pip install` directly.
Expand Down
Loading

0 comments on commit 9d1b26a

Please sign in to comment.