Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Model: Fast-Style-Transfer #21

Closed
4 tasks done
backnotprop opened this issue Jan 15, 2018 · 5 comments
Closed
4 tasks done

New Model: Fast-Style-Transfer #21

backnotprop opened this issue Jan 15, 2018 · 5 comments

Comments

@backnotprop
Copy link

License

My Code is MIT, though the model requires an agreement for commercial use

Summary

I implemented Fast Style Transfer in CoreML. This is similar to Fast Neural Style, but is TensorFlow.
My article explains the process.

Model URL

https://github.com/lengstrom/fast-style-transfer

Demo URL

https://medium.com/@rambossa/diy-prisma-fast-style-transfer-app-with-coreml-and-tensorflow-817c3b90dacd
https://github.com/mdramos/fast-style-transfer-coreml

Samples

Here are some CoreML models I created in the process: https://drive.google.com/drive/folders/1CBSanBHbXC5-bJNTTk3-r1WSq56z0eKG?usp=sharing
-- just include these in the ios app before running

Checklist

  • Only one item is in this issue
  • The model info contains all the required fields
  • The demo project is compilable (AFTER INCLUDE THE MLMODELS)
  • [?] Has proper reference
  • If this model takes image as input, an image type is selected instead of multiarray
    (See https://developer.apple.com/wwdc17/710 if you don't know how to do this)
@likedan
Copy link
Owner

likedan commented Jan 16, 2018

Yo. The demo looks very similar to https://github.com/prisma-ai/torch2coreml. I'm not sure how much it's interrelated but maybe you should cite it?
There are new models so I'll take this!

@backnotprop
Copy link
Author

backnotprop commented Jan 16, 2018 via email

@likedan
Copy link
Owner

likedan commented Jan 17, 2018

Now I see the difference. Great work!

@devajith
Copy link

will you able to convert this style transfer model :
https://github.com/vanhuyz/CycleGAN-TensorFlow/releases/download/v0.1-alpha/apple2orange.pb

@backnotprop
Copy link
Author

@devajith it looks like that graph has cycles, so probably not (at least not easily)

@likedan likedan closed this as completed Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants