Merge branch 'saeed' into 'master'

Saeed

See merge request rwth-crmasters-wise2122/deep-music-visualizer-showdown!38
This commit is contained in:
Orwa Diraneyya 2021-12-02 11:35:13 +00:00
commit 71e9caa34b
2 changed files with 36 additions and 1 deletions

View file

@ -61,4 +61,4 @@ After creating your own branch (following the guidelines above). Follow these st
- [Deep Music Visualizer](https://github.com/msieg/deep-music-visualizer): Is a repository on GitHub that we use in this project to generate music visualizations from a music file and a list of image classes from a public dataset. - [Deep Music Visualizer](https://github.com/msieg/deep-music-visualizer): Is a repository on GitHub that we use in this project to generate music visualizations from a music file and a list of image classes from a public dataset.
- [HUGO](https://gohugo.io/): Is a computer program that generates a website from a set of `.md` files containing the content, which are formatted using a number of `.html` _Go_ templates. - [HUGO](https://gohugo.io/): Is a computer program that generates a website from a set of `.md` files containing the content, which are formatted using a number of `.html` _Go_ templates.
- [GitLabs CI/CD](https://docs.gitlab.com/ee/ci/yaml/): Is a DevOps system where pushes to GitLab repository triggers a computer script that can then generate something useful, in this case a website. - [GitLabs CI/CD](https://docs.gitlab.com/ee/ci/yaml/): Is a DevOps system where pushes to GitLab repository triggers a computer script that can then generate something useful, in this case a website.
- [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/): Is the part of GitLab where GitLab CI/CD generates a website and GitLab provides a URL where this DevOps-generated website can be served. - [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/): Is the part of GitLab where GitLab CI/CD generates a website and GitLab provides a URL where this DevOps-generated website can be served.

35
content/post/saeed-r.md Normal file
View file

@ -0,0 +1,35 @@
---
title: saeed's Visualization
subtitle: Inspired by my Dutch party visitations in Sittard
date: 2021-12-01
tags: ["music-visualizer", "competition"]
---
This is Orwa's entry for the competition.
I made three videos, I was inspired by the type of music I heard in the _Soulfully Yours_ parties in Holland.
## 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
```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`
```
{{<video "saeed-1">}}
### Competition Entry 2
```bash
python `visualize.py` --song `song file` --batch_size 3 \
--classes 847 483 668 724 652 413 269 403 319 353 603 354 \
--resolution 512 --jitter 1 --output_file `video file`
```
{{<video "saeed-2">}}