From 56214a8daf3b038f54c45bd98b8b8052fca70c93 Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 14:54:38 +0100 Subject: [PATCH] noureldeen --- content/post/2021-12-01-noureldeen-nagm.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/post/2021-12-01-noureldeen-nagm.md b/content/post/2021-12-01-noureldeen-nagm.md index ff81a6c..60e2b4c 100644 --- a/content/post/2021-12-01-noureldeen-nagm.md +++ b/content/post/2021-12-01-noureldeen-nagm.md @@ -15,7 +15,12 @@ I played with the variables to test different outputs, I had to increase the smo ### Competition Entry 1 -(deep-music-visualizer-gpu) c:\Users\nnagm>python C:\Users\nnagm\Repos\deep-music-visualizer\visualize.py --song "C:\Users\nnagm\Repos\deep-music-visualizer\Marie Plassard -The Look (Q o d ë s Remix).wav" --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 my_movie.mp4 +```bash + python `visualize.py` --song `song file` --batch_size 4 --duration 258 \ + --resolution 512 --pitch_sensitivity 295 --jitter 0.5 \ + --classes 983 980 978 966 954 928 919 889 879 857 288 107 \ + --output_file `video file` +``` {{