Skip to content

Arbitrary style transfer models in TF Lite with InceptionV3 backbone

Compare
Choose a tag to compare
@sayakpaul sayakpaul released this 04 Jul 01:51
· 80 commits to master since this release

This release contains TF Lite models that are based on an InceptionV3 backbone producing higher quality images. The higher quality comes at the expense of increased latency, though. A brief overview of the structure of the models is available here.

The checkpoints were obtained using the code that comes from Magenta's arbitrary image stylization work.

Note: These TF Lite models are populated with required metadata that would make it super easy to import them in Android Studio. Know more about metadata generation for TF Lite models from here.