diff --git a/content/post/2021-12-01-noureldeen-nagm.md b/content/post/2021-12-01-noureldeen-nagm.md index 58102ec..2e3c7b2 100644 --- a/content/post/2021-12-01-noureldeen-nagm.md +++ b/content/post/2021-12-01-noureldeen-nagm.md @@ -16,11 +16,12 @@ I played with the variables to test different outputs, I had to increase the smo ### Competition Entry ```bash - python `visualize.py` --song `song file` --resolution 512 --duration 258 \ - --pitch_sensitivity 295 --tempo_sensitivity 0.8 --depth 0.5 \ + python `visualize.py` --song `song file` --resolution 512 \ + --duration 258 --pitch_sensitivity 295 --tempo_sensitivity 0.8 --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` + --smooth_factor 20 --batch_size 4 --depth 0.5 \ + --output_file `video file` {{