All Projects → isikdogan → deepriver

isikdogan / deepriver

Licence: other
a deep-learning-based river centerline extraction model

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to deepriver

aileen-core
Sensor data aggregation tool for any numerical sensor data. Robust and privacy-friendly.
Stars: ✭ 15 (-40%)
Mutual labels:  remote-sensing
xarray-sentinel
Xarray backend to Copernicus Sentinel-1 satellite data products
Stars: ✭ 189 (+656%)
Mutual labels:  remote-sensing
Multimodal-Remote-Sensing-Toolkit
A python tool to perform deep learning experiments on multimodal remote sensing data.
Stars: ✭ 35 (+40%)
Mutual labels:  remote-sensing
deep learning ecology
Educational Resources on Neural Networks for Ecology and Remote Sensing
Stars: ✭ 45 (+80%)
Mutual labels:  remote-sensing
deck.gl-raster
deck.gl layers and WebGL modules for client-side satellite imagery analysis
Stars: ✭ 60 (+140%)
Mutual labels:  remote-sensing
torchgeo
TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
Stars: ✭ 1,125 (+4400%)
Mutual labels:  remote-sensing
WhiteboxTools-ArcGIS
ArcGIS Python Toolbox for WhiteboxTools
Stars: ✭ 190 (+660%)
Mutual labels:  remote-sensing
CoastSat.slope
Beach-face slope estimation from satellite-derived shorelines, extension of the CoastSat toolbox.
Stars: ✭ 42 (+68%)
Mutual labels:  remote-sensing
geospatial-learn
A python library for geo-spatial processing and machine learning
Stars: ✭ 20 (-20%)
Mutual labels:  remote-sensing
GoogleEarthEngine-side-projects
Google Earth Engine side projects and tutorial scripts
Stars: ✭ 23 (-8%)
Mutual labels:  remote-sensing
waterquality
Package designed to detect and quantify water quality and cyanobacterial harmful algal bloom (CHABs) from remotely sensed imagery
Stars: ✭ 31 (+24%)
Mutual labels:  remote-sensing
retrievalSystem
The back-end of cross-modal retrieval system,wihch will contain services such as semantic location .etc
Stars: ✭ 64 (+156%)
Mutual labels:  remote-sensing
aruco-geobits
geobits: ArUco Ground Control Point Targets and Detection for Aerial Imagery (UAV/MAV).
Stars: ✭ 32 (+28%)
Mutual labels:  remote-sensing
Bayesian LSP
A Bayesian hierarchical model that quantifies long-term annual land surface phenology from sparse time series of vegetation indices.
Stars: ✭ 32 (+28%)
Mutual labels:  remote-sensing
eemont
A python package that extends Google Earth Engine.
Stars: ✭ 290 (+1060%)
Mutual labels:  remote-sensing
3D-PV-Locator
Repo for "3D-PV-Locator: Large-scale detection of rooftop-mounted photovoltaic systems in 3D" based on Applied Energy publication.
Stars: ✭ 35 (+40%)
Mutual labels:  remote-sensing
sentinel-util
A CLI for downloading, processing, and making a mosaic from Sentinel-1, -2 and -3 data
Stars: ✭ 22 (-12%)
Mutual labels:  remote-sensing
ww tvol study
Process global-scale satellite and airborne elevation data into time series of glacier mass change: Hugonnet et al. (2021).
Stars: ✭ 26 (+4%)
Mutual labels:  remote-sensing
geeSharp.js
Pan-sharpening in the Earth Engine code editor
Stars: ✭ 25 (+0%)
Mutual labels:  remote-sensing
CDLab
Yet another repository for developing and benchmarking deep learning-based change detection methods.
Stars: ✭ 59 (+136%)
Mutual labels:  remote-sensing

DeepRiver

A River Centerline Extraction Model that uses Deep Convolutional Neural Networks

Related papers

  • F. Isikdogan, A.C. Bovik, and P. Passalacqua, "Learning a River Network Extractor using an Adaptive Loss Function," IEEE Geoscience and Remote Sensing Letters, 2018. [Read at IEEExplore], [PDF]
  • F. Isikdogan, A.C. Bovik, and P. Passalacqua, "Surface Water Mapping by Deep Learning," IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 2017. [Read at IEEExplore], [PDF]

Dependencies

  • Python 3.5+
  • OpenCV 3.0+
  • TensorFlow 1.4.0+
  • Numpy

Running instructions

Training a model from scratch:

python trainer.py

Running inference on a given image (extracting the centerlines from a surface water map):

python inference.py

Example images can be found in:

./data

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].