Altametris - unet¶
Welcome to unet’s documentation¶
Project Description¶
This python package is the implementation of the neural network U-Net used for semantic segmentation on images.
It is implemented in PyTorch and can easily be used in your experiments.
Steps¶
Install the package following the Installation
Learn how to use it following the Usage
Contents¶
Contributors¶
README¶
U-Net model¶
This repository is the implementation of a segmentation model called U-Net.