Skip to content

LucaMIMOUNI/Unet_for_Sementic_Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Segmentation with U-Net for Leukocyte Images

Please, download the weights.zip file in the tag section before running the main.py

Claim

From a Diana MATEUS Lab work, lesson 'APSTA' from Centrale Nantes.

Overview

Predictions

This project explores the application of semantic segmentation using the U-Net architecture for analyzing leukocyte images. Semantic segmentation is essential in medical imaging for identifying and classifying different regions within an image at the pixel level, aiding in the diagnosis of various hematological diseases.

U-Net Architecture

Description

U-Net is a convolutional network designed for fast and precise image segmentation. It is particularly effective in biomedical image segmentation tasks.

Structure

  • Contracting Path: Down-samples the image to capture context.
  • Expanding Path: Up-samples to enable precise localization.

Application in Leukocyte Segmentation

Importance

In the context of leukocyte images, semantic segmentation helps in accurately identifying and isolating different types of white blood cells from microscopic images. This process is crucial for diagnosing diseases such as leukemia.

Challenges

  • Complex nature of cell images.
  • Variations in staining techniques and imaging conditions.

Data Augmentation

Techniques

To enhance the generalizability of the model, data augmentation techniques are employed:

  • Brightness and contrast adjustments.
  • Flipping and random shearing.

Deep Learning Techniques

Models

Deep learning models, including U-Net, utilize convolutional neural networks (CNNs)

About

A Unet model for the Semantic Segmentation of Leucocyte microscopic images.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages