reiinakano / arbitrary-image-stylization-tfjs

Arbitrary style transfer using TensorFlow.js
https://reiinakano.github.io/arbitrary-image-stylization-tfjs/
Apache License 2.0
1.19k stars 214 forks source link

Running this thru command line #37

Open quintendewilde opened 3 years ago

quintendewilde commented 3 years ago

Hi, is it possible to run this thru a command line way.

run image_001 and convert with style image, store result in folder

I'm trying to find a low latency kind of library for style transfer to do such a thing I tried ML5 P5js but that doesn't work because I can't train a model.

Your solution does work but I don't want to use the interface. I just want to use command line way for automation.

Any help would be greatly appriciated.