Awesome
facade-pix2pix
Perform image conversion of facade dataset with Pix2pix and ruby-dnn.
Try
Preparing for required installation
Clone repository
$ git clone https://github.com/unagiootoro/facade-pix2pix
Start image conversion
$ ruby imgen.rb
When performing full training
$ ruby train.rb
$ ruby make_data.rb
$ ruby imgen.rb
Pix2pix
Pix2pix is a deep learning model mainly used for image conversion. The biggest feature of Pix2pix is that it can generate clear images. In normal image conversion, the pixel value determines how close the generated image is to the real image, but Pix2pix automatically learns the criteria for determining how close the generated image is to the real image. So, pixel values differ less in blurry images than in sharp images. Therefore, by performing learning that does not depend on pixel values, a clear image can be generated.