Metadata-Version: 2.1
Name: gpkg.magenta.image
Version: 0.5.1.dev1
Summary: Image generators from the Magenta project (Guild AI)
Home-page: https://github.com/guildai/index/tree/master/gpkg/magenta/image
Author: Guild AI
Author-email: packages@guild.ai
License: Apache 2.0
Keywords: gpkg
Platform: UNKNOWN

gpkg.magenta.image
##################

*Image generators from the Magenta project (Guild AI)*

Models
######

arbitrary-stylize
=================

*Fast artistic style transfer using arbitrary painting styles*

Operations
^^^^^^^^^^

generate
--------

*Generate stylized images using one or more style images*

Flags
`````

**content-images**
  *Path to content images (include glob pattern matching images) (required)*

**image-size**
  *Size of images (1024)*

**interpolation-weights**
  *Interpolation weights ([1.0])

  This value is a list of float values inside square brackets. Each value is
  a weight for interpolation between the parameters of the identity
  transform and the style parameters of the style image.

  The larger the weight is the strength of stylization is more. Weight of
  1.0 means the normal style transfer and weight of 0.0 means identity
  transform.  *

**style-images**
  *Path to style images (include glob pattern matching images) (required)*

References
^^^^^^^^^^

- https://github.com/tensorflow/magenta/tree/master/magenta/models/arbitrary_image_stylization
- https://arxiv.org/abs/1705.06830
- https://arxiv.org/abs/1610.07629
- https://arxiv.org/abs/1603.08155
- https://arxiv.org/abs/1508.06576

pretrained-stylize
==================

*Implementation of 'A Learned Representation for Artistic Style'*

Operations
^^^^^^^^^^

generate
--------

*Generate stylized image using a pretrained model*

Flags
`````

**image**
  *Image to stylize (required)*

**style**
  *Style to apply (monet or varied) (required)

  Choices:
    monet   Use Monet style
    varied  Use varied style

  *

References
^^^^^^^^^^

- https://github.com/tensorflow/magenta/tree/master/magenta/models/image_stylization
- https://arxiv.org/abs/1610.07629


