Skip to content

Hasannlii0/SUIM_segmentation_cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Underwater Image Segmentation (SUIM Dataset)

Semantic segmentation of underwater imagery using U-Net + EfficientNet-B0 encoder.

Dataset

SUIM Dataset on Kaggle

Classes (8 total)

Background, Human divers, Aquatic plants, Wrecks/Ruins, Robots/instruments, Reefs/invertebrates, Fish, Sea-floor

Model

  • Architecture: U-Net (via segmentation_models_pytorch)
  • Encoder: EfficientNet-B0 (ImageNet pretrained)
  • Loss: Dice + Focal (combined)
  • Input size: 128×128

Results

Best Validation Dice Score: 0.2662

How to Run

Open Underwater_imagery.ipynb in Google Colab and run all cells.

Open in nbviewer

About

Semantic segmentation of underwater imagery using U-Net + EfficientNet-B0

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors