model-zoo icon indicating copy to clipboard operation
model-zoo copied to clipboard

MONAI Model Zoo that hosts models in the MONAI Bundle format.

Results 55 model-zoo issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** currently we don't have enough quota for LFS data: ![Screenshot 2023-02-13 at 09 21 35](https://user-images.githubusercontent.com/831580/218419861-9181450c-336f-4af9-9e5a-ecc977af8810.png)

**Is your feature request related to a problem? Please describe.** Adding an example of trained registration network **Describe the solution you'd like** With standard segmentation-driven methods, weakly supervising registration, with...

So far, we provided two schemas: 1. https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json 2. https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_generator_20220718.json Where, schema 1 is for normal bundles that require to use images as the input, and schema 2 is for...

So far, image loading is in `preprocessing` and prediction saving is in `postprocessing`. To make the script more flexible for further use (such as for MONAI deploy, MONAI Label), it's...

Are we considering creating a [ONNX](https://github.com/onnx/models) connector for MONAI Bundle? This potentially boost MONAI and MONAI Label usability.

enhancement
Feature request

So far, we use hard code strings such as "network_def", "configs/metadata.json" and "model_info.json" in ci tests. These strings are derived according to the current folder structure of this repo and...

Fixes # . ### Description A few sentences describing the changes proposed in this pull request. ### Status **Ready** ### Please ensure all the checkboxes: - [x] Codeformat tests passed...

hello, My question is as follows ![image](https://github.com/user-attachments/assets/c890ac50-59e7-468b-933d-e9c812743852) **I have downloaded model.pth from the address。** ### code: `import glob import os import torch import matplotlib.pyplot as plt from PIL import Image...

Fixes # . ### Description Add verifying properties ci for model-zoo bundle ### Status **Work in progress** ### Please ensure all the checkboxes: - [x] Codeformat tests passed locally by...