FelixGruen / tf_unet

Generic convolutional neural network U-Net implementation in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow Unet

Documentation Status

image

image

This is a generic convolutional neural network implementation following the U-Net architecture proposed in this paper written with Tensorflow. The code has been developed and used for Radio Frequency Interference mitigation using deep convolutional neural networks

Using tf_unet is easy! Checkout the Usage section or the included Jupyter notebooks for a toy problem or for a RFI problem.

The code is not tied to a specific segmentation such that it has been used in a toy problem to detect circles in a noisy image.

Segmentation of a toy problem.

To more complex application such as the detection of radio frequency interference (RFI) in radio astronomy.

Segmentation of RFI in radio data.

Or to detect galaxies and star in wide field imaging data.

Segmentation of a galaxies.

About

Generic convolutional neural network U-Net implementation in Tensorflow

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 94.5%Language:Python 5.2%Language:Shell 0.1%Language:Makefile 0.1%