Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Salient Object Detection (SOD) Project

This repository contains an end-to-end Salient Object Detection (SOD) system built using a custom U-Net++ deep-learning model in TensorFlow/Keras.
The objective of the project is to generate pixel-level saliency masks that highlight the most important object in an image.


Project Documentation

You can view the full project files here:


What This Project Includes

  • Project Report — dataset description, preprocessing, model architecture, training setup, evaluation, and results
  • Presentation Slides — summarized visual explanation of the project
  • Source Code — scripts for:
    • dataset loading & preprocessing
    • U-Net++ model construction
    • training
    • evaluation & visualization

Project Summary

  • Dataset: ECSSD
  • Model: U-Net++ encoder–decoder
  • Framework: TensorFlow / Keras
  • Task: Pixel-wise saliency prediction
  • Metrics: IoU, Precision, Recall, F1 Score

The trained model successfully learned to detect salient objects and produced consistent, accurate saliency masks on unseen test images.


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages