From c72800baba6a1e958c88dca4cc8afa0385969ab3 Mon Sep 17 00:00:00 2001 From: Noureldeen Date: Mon, 6 Dec 2021 01:00:23 +0200 Subject: [PATCH] erasing 1 from competetion entry and adding smooth factor --- content/post/2021-12-01-noureldeen-nagm.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/post/2021-12-01-noureldeen-nagm.md b/content/post/2021-12-01-noureldeen-nagm.md index 92d8d3b..b3dcb3e 100644 --- a/content/post/2021-12-01-noureldeen-nagm.md +++ b/content/post/2021-12-01-noureldeen-nagm.md @@ -13,14 +13,15 @@ I made one video, I was inspired by the different elements in the enviorment sur I played with the variables to test different outputs, I had to increase the smooth factor to visualize my slow music. -### Competition Entry 1 +### Competition Entry ```bash - python `visualize.py` --song `song file` --batch_size 4 --duration 258 \ - --resolution 512 --pitch_sensitivity 295 --jitter 0.5 \ + python `visualize.py` --song `song file` --resolution 512 --duration 258 \ + --pitch_sensitivity 295 --tempo_sensitivity 0.8 --depth 0.5 \ --classes 983 980 978 966 954 928 919 889 879 857 288 107 \ + --jitter 0.5 --frame_length 512 --truncation 0.5 \ + --smooth_factor 20 --batch_size 4 \ --output_file `video file` -``` {{