Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 485 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 485 Bytes

Tiramisu Background Remover in Keras

A One-Hundred Layer Tiramisu Model built for the Background Removal Task.

In the field of Deep Learning, a very popular task is background removal. This repository thoroughly explains how to create a One-Hundred Layer Tiramisu Model in Keras in order to remove background from images of pets (using the Oxford IIIT-Pet dataset).

The Jupyter Notebook explains how the Tiramisu Model is made, how to create it, and how to train it on image data.