examples icon indicating copy to clipboard operation
examples copied to clipboard

Definition of a U net model using pytorch

Open karlo-con-k opened this issue 6 months ago • 4 comments

Summary

This pull request introduces the implementation of the U-Net model for image segmentation tasks (using the paper 'U-Net: Convolutional Networks for Biomedical Image Segmentation' as reference), including:

A base ModelUNet class with a flexible architecture for different input sizes. A derived modeluNet class for smaller input sizes, with additional functionality to return intermediate outputs from the downsampling layers.

karlo-con-k avatar Apr 19 '25 20:04 karlo-con-k