/Keras-Tiramisu

A Keras implementation of The One Hundred Layers Tiramisu

Primary LanguagePython

Keras-Tiramisu

A Keras implementation of The One Hundred Layers Tiramisu

Tasty Tiramisu

Requirements

  • Python (tested with 2.7, 3.x should work too)
  • OpenCV 3.2.0
  • Keras 2.0.6
  • Tensorflow 1.0.1
  • Numpy 1.13.1

Usage

The train script will start a training session with the Mapillary Vistas dataset

Remember to set the execution privileges: sudo chmod +x ./train

Then, run by issuing: ./train

For more training options see ./train --help

Outro

Note that the Mapillary Vistas dataset is expected to be under datasets/mapillary

Soon I will add the weights file and a test script