Skip to content

Commit

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

### Description
Add Vista3d Bundle and update tests

### Status
**Ready**

### 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]>
  • Loading branch information
yiheng-wang-nv authored Aug 2, 2024
1 parent 6957251 commit 1e4463c
Show file tree
Hide file tree
Showing 37 changed files with 5,951 additions and 132 deletions.
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 1e4463c

Please sign in to comment.