From cf395a0190a709fb3a44e2c42b2f401e434cb037 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 19 Mar 2023 22:48:02 +0200 Subject: Deeper visuals & default iterations were set to 6k Changes to be committed: modified: .gitignore new file: Images/Gift.jpg deleted: Images/demon.jpg modified: clear_dir.sh modified: neuralart.py modified: stylize.sh --- stylize.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stylize.sh') diff --git a/stylize.sh b/stylize.sh index 45f1961..2cb7e99 100755 --- a/stylize.sh +++ b/stylize.sh @@ -20,15 +20,15 @@ if [ $# -eq 1 ] ; then exit 1 fi -./clear_dir.sh # of now useless files +./clear_dir.sh # clear past checkpoint/realtime files # stylize data [pair (style, content)] python neuralart.py $1 $2 -# render images (actual frames) from (an) images.npy +# render each image (actual frames) as per images.npy data python renderer.py -# fix render artifacts +# fix weird render artifacts python renderer.py --fix # wrap everything into a video -- cgit v1.2.3