From e5798f85ca35bdefa936fa95876e4c526bab6874 Mon Sep 17 00:00:00 2001 From: Filipe Leao Date: Wed, 1 Dec 2021 15:34:19 +0100 Subject: [PATCH] Filipe --- content/post/2021-12-01-filipe-leao.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/post/2021-12-01-filipe-leao.md b/content/post/2021-12-01-filipe-leao.md index ae4a3eb..1b59d99 100644 --- a/content/post/2021-12-01-filipe-leao.md +++ b/content/post/2021-12-01-filipe-leao.md @@ -8,10 +8,7 @@ tags: ["music-visualizer", "competition"] ### Competition Entry 1 ```bash - python `visualize.py` --song `song file` --batch_size 3 --duration 25 \ - --resolution 256 --pitch_sensitivity 290 --jitter 1 \ - --classes 847 483 668 724 652 413 269 403 319 353 603 354 \ - --output_file `video file` + python visualize.py --song celebration.wav --resolution 128 --duration 33 --pitch_sensitivity 270 --depth 0.5 --num_classes 4 --classes 545 546 547 556 --jitter 0.2 --truncation 0.4 --smooth_factor 11 --output_file assignment01_Leao_429865.mp4 ``` {{