Skip to content

Aut0matas/A2-Seg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A²Seg: Adversarial learning with channel-wise Attention for skin lesion Segmentation

Dependencies

  • python 3.11 (below should be fine)
  • Pytorch 2.0 (below should be fine)
  • CUDA

Dataset

Project Structure

File Description
dataLoader.py (as it says)
transform.py Functions for data augmentation
segmentor.py Model that predict segmentation masks, based on Attention U-net
critic.py Model that takes masked images to produce multi-scale feature map
train.py (as it says)

Model Structure

model_fig

Results

result

References

About

Adversarial Segmentation with Attention-Unet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages