From 0ccf762225924f50f692db19cb6e097095c2d14c Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 4 Jul 2023 23:34:41 +0300 Subject: 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 --- neuralart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'neuralart.py') 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 -- cgit v1.2.3