orml
orml copied to clipboard
[orml-style-transfer] stylization factor
Would it be possible to define the w
factor shown in here?
That should be possible, I have to take the described steps to get the identity transform from the transfer network. I will have a look at adding code for that.
Thanks for having a look at ORML btw, I happily take any feedback on the library.
Great :+1:
Any specific feedback you're looking for? Performance? Ease of use?
Ease of use is the most important issue at this point.
I checked the original code, what is done to get the identity transform is to input the target image into the style extractor network. This will result in a FloatArray. You can interpolate between any style vectors and use it as a style. Maybe some tools for blending the style FloatArrays are helpful.