Skip to content

Dominik-Galus/U-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U-Net

Architecture

My architecture implementation from paper U-Net: Convolutional Networks for Biomedical Image Segmentation

Install

using package manager uv:

uv venv && uv sync

using python venv:

python3 -m venv .venv && source .venv/bin/activate
python3 -m pip install .

Training

You can train the model using script:

python3 train.py [here arguments for script defined in script]

Todo

  • Add option to train with Dice Loss

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages