Skip to content
forked from jakeret/tf_unet

Generic U-Net Tensorflow implementation for image segmentation

License

Notifications You must be signed in to change notification settings

mmmatthew/watsen

 
 

Repository files navigation

WATSEN: Water Segmentation with Neural Networks

WATSEN is a neural network approach to automatically transform CCTV video sequences to information about the local flood level evolution during a flood event. The use of a neural network is expected to be well suited to the low video quality and diversity of appearances that water can have. The method proposed is evaluated with data from controlled flood experiments, in which video and sensor data were collected in parallel.

The network architecture is that of U-Net as proposed by Ronneberger et al.. The CNN architecture code is largely reused from Radio Frequency Interference mitigation using deep convolutional neural networks . See the original GitHub repo for more information.

About

Generic U-Net Tensorflow implementation for image segmentation

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.7%
  • Jupyter Notebook 24.5%
  • Other 1.8%