Project-MONAI / model-zoo

MONAI Model Zoo that hosts models in the MONAI Bundle format.
Apache License 2.0
173 stars 63 forks source link

#588 - Pediatric Abdominal CT Segmentation Bundle #589

Open EmergentBehaviour opened 1 month ago

EmergentBehaviour commented 1 month ago

Description

This is a submission for the MONAI Bundle of a Pediatric Abdominal CT Segmentation model from the Children's Artificial Intelligence Imaging Research (CAIIR) Center at Cincinnati Children's Hospital.

Metadata check passed, torchdynamo could not install / run during code-formatting script check. Open to any fixes or alternatives for code-formatting check / confirmation. Please feel free to write any questions, comments or suggestions.

Status

Ready for Feedback / Publication

Please ensure all the checkboxes:

yiheng-wang-nv commented 3 weeks ago

Hi @EmergentBehaviour , could you check the failed CI tests? Thanks!

EmergentBehaviour commented 1 week ago

Hi @EmergentBehaviour , could you check the failed CI tests? Thanks!

Hello, I've since fixed the dependency versioning that caused the pre-merge to fail, however running some of the ci tests locally (like that contained within ci/run_regular_tests_cpu.sh) have errors with the checksum to download the latest bundles:

Traceback (most recent call last): File "/workspace/model-zoo/ci/download_latest_bundle.py", line 44, in download_latest_bundle(bundle_name, models_path, download_path) File "/workspace/model-zoo/ci/download_latest_bundle.py", line 23, in download_latest_bundle checksum = get_version_checksum(bundle_name=bundle_name, version=version, model_info_path=model_info_path) File "/workspace/model-zoo/ci/utils.py", line 128, in get_version_checksum return model_info_dict[f"{bundle_name}_v{version}"]["checksum"] KeyError: '_v1.0.9'

Is there something I can do to fix this?