Files
TensorFlow-2.x-Tutorials/lesson19-ColorBot
2019-03-11 15:44:46 +11:00
..
2019-03-11 15:44:46 +11:00
2019-03-11 15:43:07 +11:00
2019-03-11 15:43:07 +11:00
2019-03-11 15:43:07 +11:00
2019-02-17 11:22:08 +11:00
2019-03-11 15:43:07 +11:00
2019-03-11 15:44:00 +11:00
2019-03-11 15:43:07 +11:00
2019-03-11 15:44:46 +11:00
2019-02-17 11:22:08 +11:00

Color Robot

A simple Color Robot which can draw specific color image give color name.

Here implemented color robot use stacked LSTM and it can accept use input color name and then draw corresponding color image.

HowTO

This code will download color dataset automatically.

  • Step1. train for 40 epoches.
python main.py
  • Step2. Input a color name and end with Enter key. such as red, blue, purple.

color

  • Step3. Enter to exit.