Semantic segmentation of underwater imagery using U-Net + EfficientNet-B0 encoder.
Background, Human divers, Aquatic plants, Wrecks/Ruins, Robots/instruments, Reefs/invertebrates, Fish, Sea-floor
- Architecture: U-Net (via
segmentation_models_pytorch) - Encoder: EfficientNet-B0 (ImageNet pretrained)
- Loss: Dice + Focal (combined)
- Input size: 128×128
Best Validation Dice Score: 0.2662
Open Underwater_imagery.ipynb in Google Colab and run all cells.