unet icon indicating copy to clipboard operation
unet copied to clipboard

Keras implementation of U-Net using R

unet

An Keras/R implementation of U-Net.

U-Net Architecture

Installation

Install U-Net from GitHub with:

remotes::install_github("r-tensorflow/unet")

Example

A full example can be found here.