Skip to content

Commit

Permalink
274 add multi organ segmentation bundle (Project-MONAI#275)
Browse files Browse the repository at this point in the history
Fixes Project-MONAI#274

### Description
Add multi-organ segmentation bundle for abdominal CT images.

### 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.
- [x] Update `version` and `changelog` in `metadata.json` if changing an
existing bundle.
- [x] Please ensure the naming rules in config files meet our
requirements (please refer to: `CONTRIBUTING.md`).
- [x] Ensure versions of packages such as `monai`, `pytorch` and `numpy`
are correct in `metadata.json`.
- [x] Descriptions should be consistent with the content, such as
`eval_metrics` of the provided weights and TorchScript modules.
- [x] Files larger than 25MB are excluded and replaced by providing
download links in `large_file.yml`.
- [x] Avoid using path that contains personal information within config
files (such as use `/home/your_name/` for `"bundle_root"`).

---------

Signed-off-by: monai-bot <[email protected]>
Signed-off-by: Holger Roth <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yiheng Wang <[email protected]>
Co-authored-by: Yiheng Wang <[email protected]>
Co-authored-by: monai-bot <[email protected]>
Co-authored-by: Holger Roth <[email protected]>
Co-authored-by: Holger Roth <[email protected]>
  • Loading branch information
7 people authored Jul 30, 2023
1 parent 501724f commit 8c699f0
Show file tree
Hide file tree
Showing 13 changed files with 2,817 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/multi_organ_segmentation/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Private Use, Non-Commercial, Non-Reverse-Engineering License

The Licensee is not allowed to distribute or make the model to any third party, either for free or for a fee. Reverse engineering of the model is not allowed. This includes, but is not limited to, providing the model as part of a commercial offering, sharing the model on a public or private network, or making the model available for download on the Internet.
Loading

0 comments on commit 8c699f0

Please sign in to comment.