Project-MONAI / tutorials

MONAI Tutorials
https://monai.io/started.html
Apache License 2.0
1.76k stars 666 forks source link

Incorporating ONNX Support into Brain Tumor Segmentation Example #1681

Closed ctongh closed 3 months ago

ctongh commented 5 months ago

Is your feature request related to a problem? Please describe. In our development endeavors, we've leveraged the robust capabilities of the MONAI library, facilitating rapid progress in our projects. However, our usage scenario spans across diverse platforms, prompting us to opt for ONNX to store our model parameters and utilize ONNX Runtime for inference.

Describe the solution you'd like Upon reviewing the monai/tutorial repository, we found a lack of examples incorporating ONNX or similar technologies. Thus, we've crafted a simple example based on the brats_segmentation_3d to demonstrate the disparate output results of different models.

We're keen to contribute this code snippet to monai—happy to contribute!

Kbinn commented 4 months ago

I'd like to ask you how it's going. I'm currently working on a project that has this exact need. Thanks.