anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.51k forks source link

can we call it as function ? #159

Closed skanel closed 4 years ago

skanel commented 4 years ago

is it possible to call it as function(in, out, style), for example?

anishathalye commented 4 years ago

I'm not sure exactly what you are asking. See #147 maybe?

skanel commented 4 years ago

yes, can help to provide more guideline to work around this solution?

anishathalye commented 4 years ago

I'm not sure exactly what you're looking for. The easiest way is probably to use subprocess.call (or similar) to shell out to neural_style.py.

anishathalye commented 4 years ago

Closing due to inactivity.