Seongho's Visualization

Inspired by a look at National Geographic.

This is Seongho’s entry for the competition. I made two videos, I was inspired by a look at National Geographic. Command Variations I tried various things, tested various options, and got results. Competition Entry 1 python `visualize.py` --song `Dies Irae` --batch_size 4 --duration 46 \ --resolution 512 --pitch_sensitivity 200 --tempo_sensitivity 0.5 --depth 0.3 --jitter 0.2 \ --classes 1 2 3 4 5 6 7 8 9 10 11 12 --frame_length 512 --truncation 0. [Read More]

Timur's Visualization

Inspired by some music I found online

This is Timur’s entry for the competition. I made two videos, I was inspired by some license-free music tracks I found online. Command Variations I did some trial and error changing various different settings for the deep music visualizer and combining it with animal as well as spacecraft image libraries. Competition Entry 1 python visualize.py --song 8-bit_game_theme.wav --resolution 512 --duration 30 --pitch_sensitivity 240 --tempo_sensitivity 0.3 --depth 0.9 --num_classes 1 --classes 812 --sort_classes_by_power 1 --jitter 0. [Read More]

Yanran's Visualization

Inspired by an Opera in Shanghai

Competition Entry 1

   python `visualize.py` --song `song file` --duration 43 --depth 0.5 \
   --batch_size 4 --pitch_sensitivity 220 \
   --tempo_sensitivity 0.07 --num_classes 8 --frame_length 1024 \
   --truncation 0.1 --smooth_factor 40 --jitter 0.2 \
   --output_file `video file`

Yasmin's Visualization

Inspired by my Special dates and childhood favorite song

This is Yasmin’s entry for the competition. I made this video, I was inspired by one of my childhood favorite songs Dessert Rose in Egypt. Command Variations I tried different things, I run out of memory and i tried to change the batch size to get it work. Competition Entry python `visualize.py` --song `song file` --batch_size 4 --duration 60 \ --resolution 512 --pitch_sensitivity 220 --jitter 1 \ --classes 169 662 199 234 197 23 19 21 40 200 10 1 \ --output_file `video file` Your browser does not support the video tag. [Read More]

Ziyu's Visualization

Inspired by Christmas and DaftPunk

This is Ziyu’s entry for the competition. I made two videos, I was inspired by the type of music by DaftPunk Command Variations I tried different things, the tempo command seems to help me achieve what I wanted to achieve because of this and that. Competition Entry 1 python `visualize.py` --song `song file` --resolution 128 \ --num_classes 4 \ --output_file `video file` Your browser does not support the video tag. [Read More]