I wish to generator mask automatic to make use of fast-neural-doodle
Style
Example:
It sounds like the following window batch script using imagemagick has solved you problem. Is that true?
%IM%convert ^
bg.png ^
-colorspace Gray ^
-blur 0x5 ^
( -size 10x1 xc:Lime ^
-size 10x1 xc:Blue ^
-size 10x1 xc:Red ^
-size 70x1 xc:Yellow ^
+append ) ^
-clut ^
fnd_out.png
yes.
In bash:
convert
bg.png
-colorspace Gray
-blur 0x5
( -size 10x1 xc:Lime -size 10x1 xc:Blue -size 10x1 xc:Red -size 70x1 xc:Yellow +append )
-clut
fnd_out.png
With this could generate a fund based in neural nets, although I follow working in this.
Thanks for clarifying!