summaryrefslogtreecommitdiff
path: root/neuralart.py
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-07-04 23:34:41 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-07-04 23:34:41 +0300
commit0ccf762225924f50f692db19cb6e097095c2d14c (patch)
tree0fc64e15ec17807d38b9733ede3b3c2292b546fa /neuralart.py
parent8d9d3dc8913a9d6488890188ae4bc73d187f1e0d (diff)
Subtle changes within stylize.sh, neuralart.py and the README.md files.
Mostly QoS changes and better instructions and error handling. Changes to be committed: modified: README.md modified: neuralart.py modified: stylize.sh
Diffstat (limited to 'neuralart.py')
-rw-r--r--neuralart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/neuralart.py b/neuralart.py
index d556d2f..7aab03e 100644
--- a/neuralart.py
+++ b/neuralart.py
@@ -25,7 +25,7 @@ from PIL import Image
### path definitions
model_path = 'weights/vgg_conv_weights.pth'
-image_path = '' # root (neural-art) directory
+image_path = '' # by default use neural-art as relative dir
### userland testing for multiple instances, a big nono currently