Merge branch 'Yasmin-Ragab' into 'master'
Yasmins video See merge request rwth-crmasters-wise2122/deep-music-visualizer-showdown!7
This commit is contained in:
commit
9a4d9d92af
1 changed files with 26 additions and 0 deletions
26
content/post/2021-12-01-yasmin-ragab.md
Normal file
26
content/post/2021-12-01-yasmin-ragab.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: Yasmin's Visualization
|
||||
subtitle: Inspired by my Special dates and childhood favorite song
|
||||
date: 2021-12-01
|
||||
tags: ["music-visualizer", "competition"]
|
||||
---
|
||||
|
||||
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
|
||||
|
||||
```bash
|
||||
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`
|
||||
```
|
||||
|
||||
{{<video "yasmin">}}
|
||||
|
Loading…
Add table
Reference in a new issue