SegmentationUNet Logic Module

Hi,

Does anyone have an example using the SegmentationUNet Logic Module in Python to recreate the segmentation of an image?

Thank you.

Hi, the widget of this module is probably the only example of using the logic. I don’t know of other modules using it.
Trained models usually expect specific input format. Unless your trained model uses exactly the same format for input and output, you probably need to modify the SegmentationUNet module, keep it backwards compatible, and submit a pull request. Or implement your own module based on this one.