DhruvRaghav/Satellite_Image_Segmentation
Multi-Class Semantic Segmentation on India's Satellite Images.This project addresses the broader issue of semantic segmentation of satellite images by aiming at classifying each pixel as belonging to a Building & Road or not. We developed a Convolutional Neural Network suitable for this task, inspired from the U-net [7]. We trained our model on a set of two-dimensional satellite images. The corresponding labels were binary masks, ie. two-dimensional matrices with ones for pixels where a building was present, zeros otherwise. Given a satellite image as input, our network was then able to output a corresponding predicted binary mask. Image segmentation involves detecting and classifying individual objects within the image. Additionally, segmentation differs from object detection in that it works at the pixel level to determine the contours of objects within an image.
No commits in the last 6 months.
Stars
1
Forks
—
Language
Python
License
—
Category
Last pushed
Apr 23, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/DhruvRaghav/Satellite_Image_Segmentation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ucam-eo/tessera
[CVPR26] TESSERA is a foundation model that can process time-series satellite imagery for...
mapbox/robosat
Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings,...
arplaboratory/satellite-thermal-geo-localization
[IROS 2023] Official repository for "Long-range UAV Thermal Geo-localization with Satellite Imagery"
HakaiInstitute/habitat-mapper
Segmentation Tools for Remotely Sensed RPAS Imagery
arplaboratory/UASTHN
[ICRA 2025] Official repository for "UASTHN: Uncertainty-Aware Deep Homography Estimation for...