Tensorflow Unet

Documentation Status http://img.shields.io/badge/arXiv-1609.09077-orange.svg?style=flat https://img.shields.io/badge/ascl-1611.002-blue.svg?colorB=262255

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

Checkout the Usage section or the included Jupyter notebooks for a toy problem or the RFI problem discussed in the paper.

The code is not tied to a specific segmentation such that it can be 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.

Feedback

If you have any suggestions or questions about Tensorflow Unet feel free to email me at jakeret@phys.ethz.ch.

If you encounter any errors or problems with Tensorflow Unet, please let me know!