Skip to content

Elzat-hub/FlowSeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FlowSeg

Introduction This project focuses on medical image segmentation using Flow Matching techniques. It's capable of processing medical image data of various modalities and dimensions, such as MoNuSeg (nuclei segmentation) and Prostate MRI (2D slice segmentation). The project provides a complete pipeline including 3D original data to 2D slice preprocessing, data augmentation, model training, and performance evaluation.

Installation

1.Clone the repository:

git clone https://github.com/Elzat-hub/FlowSeg.git

2.Create a Conda environment

conda create -n flowseg python=3.8.12
conda activate flowseg

3.Install dependencies:

pip install -r requirements.txt

About

FlowSeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published