Skip to content

180 Update several bundles into monai 1.0.1#187

Merged
yiheng-wang-nv merged 5 commits intodevfrom
180-update-several-bundles-for-1.0.1
Nov 8, 2022
Merged

180 Update several bundles into monai 1.0.1#187
yiheng-wang-nv merged 5 commits intodevfrom
180-update-several-bundles-for-1.0.1

Conversation

@yiheng-wang-nv
Copy link
Copy Markdown
Collaborator

@yiheng-wang-nv yiheng-wang-nv commented Nov 8, 2022

Fixes #180 and #186

Description

This PR follows #179 and #182 to update some of the remanent bundles into monai 1.0.1 version:
endoscopic_inbody_classification and endoscopic_tool_segmentation are verified by @binliunls ,
spleen_deepedit_annotation, pancreas_ct_dints_segmentation are verified by myself.

lung_nodule_ct_detection is updated without detailed check due to the size of the dataset.

For pathology_tumor_detection, as mentioned in: Project-MONAI/MONAI#5485 in order to match monai 1.0.1, this bundle is adjusted to not support torchscript.

Status

Ready

Please ensure all the checkboxes:

  • 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").

@yiheng-wang-nv
Copy link
Copy Markdown
Collaborator Author

/build

@yiheng-wang-nv
Copy link
Copy Markdown
Collaborator Author

/build

1 similar comment
@yiheng-wang-nv
Copy link
Copy Markdown
Collaborator Author

/build

@yiheng-wang-nv yiheng-wang-nv enabled auto-merge (squash) November 8, 2022 11:23
@yiheng-wang-nv yiheng-wang-nv merged commit c6c1e31 into dev Nov 8, 2022
@yiheng-wang-nv yiheng-wang-nv deleted the 180-update-several-bundles-for-1.0.1 branch November 8, 2022 11:44
yiheng-wang-nv added a commit to yiheng-wang-nv/model-zoo that referenced this pull request Jul 29, 2024
Fixes Project-MONAI#180 and Project-MONAI#186 

### Description
This PR follows Project-MONAI#179 and Project-MONAI#182 to update some of the remanent bundles
into monai 1.0.1 version:
`endoscopic_inbody_classification` and `endoscopic_tool_segmentation`
are verified by @binliunls ,
`spleen_deepedit_annotation`, `pancreas_ct_dints_segmentation` are
verified by myself.

`lung_nodule_ct_detection` is updated without detailed check due to the
size of the dataset.

For `pathology_tumor_detection`, as mentioned in:
Project-MONAI/MONAI#5485 in order to match
monai 1.0.1, this bundle is adjusted to not support torchscript.


### 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"`).

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.

Update Bundles to use MONAI 1.0.1 and pytorch 1.13.0

2 participants