You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello! will your tool support saving the neural network to file? that I could import it each time and it would be much faster to process different images with the same effect
The text was updated successfully, but these errors were encountered:
Yes, but it would be perfect to extend functionality with key like
python neural_artistic_style.py --subject images/tuebingen.jpg --style images/starry_night.jpg --save neuralnetwork.txt
and add like python neural_artistic_style.py --subject images/tuebingen.jpg --style images/starry_night.jpg --import neuralnetwork.txt
If I have understood you correctly, you want to reuse a drawn image to draw other images faster. This is not possible as the algorithm starts drawing each image from scratch (from subject/noise).
Possibly related: You can specify an initial image as starting point for the optimization using the --init parameter.
hello! will your tool support saving the neural network to file? that I could import it each time and it would be much faster to process different images with the same effect
The text was updated successfully, but these errors were encountered: