Compare commits
13 commits
9368f383af
...
2e6325b76d
Author | SHA1 | Date | |
---|---|---|---|
|
2e6325b76d | ||
|
1c615535fc | ||
|
1d2f25ad43 | ||
|
13316e6d0e | ||
|
5a270c8414 | ||
|
f49661715f | ||
|
32344f8149 | ||
|
0b2a905642 | ||
|
88cd5b2316 | ||
|
4c379f3e0f | ||
|
a9ebd8e7fc | ||
|
37c2a0a859 | ||
|
392c3fbbfd |
63 changed files with 8833 additions and 8795 deletions
1
.tool-versions
Normal file
1
.tool-versions
Normal file
|
@ -0,0 +1 @@
|
|||
hugo 0.92.2
|
|
@ -1,4 +1,4 @@
|
|||
baseurl = "https://rwth-crmasters-wise2122.gitlab.io/deep-music-visualizer-showdown/"
|
||||
baseurl = "deep-music-visualizer-showdown/"
|
||||
contentdir = "content"
|
||||
layoutdir = "layouts"
|
||||
publishdir = "public"
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
This website was setup in under 30 minutes using the HUGO project template on GitLab.
|
||||
|
||||
The website provides a showdown of all the visualizations created by the DSSIPD WiSe 2021/2022 students in the CR-Masters program in the RWTH Aachen university.
|
||||
|
||||
|
|
3
content/api/index.md
Normal file
3
content/api/index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"whaaaat": 2
|
||||
}
|
|
@ -20,7 +20,7 @@ I played with the variables to test different outputs, I had to increase the smo
|
|||
--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 --depth 0.5 \gi
|
||||
--smooth_factor 20 --batch_size 4 --depth 0.5 \
|
||||
--output_file `video file`
|
||||
|
||||
{{<video "noureldeen">}}
|
||||
|
|
|
@ -3,6 +3,7 @@ title: Orwa's Visualization
|
|||
subtitle: Inspired by my Dutch party visitations in Sittard
|
||||
date: 2021-12-01
|
||||
tags: ["music-visualizer", "competition"]
|
||||
summary: ""
|
||||
---
|
||||
|
||||
This is Orwa's entry for the competition.
|
||||
|
|
25
content/post/2021-12-03-ali-zargham.md
Normal file
25
content/post/2021-12-03-ali-zargham.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: Ali zargham's Visualization
|
||||
subtitle: Inspired by romantic guitar of sub-continent
|
||||
date: 2021-12-01
|
||||
tags: ["music-visualizer", "competition"]
|
||||
---
|
||||
|
||||
This is Ali's entry for the competition.
|
||||
|
||||
|
||||
|
||||
## Command Variations
|
||||
|
||||
I tried different things, I changed the music audio to be a romantic music. I made one videos, I was inspired by the romantic music in the sub-continent.Traditionally musical traditions have been passed on orally and musical skills have often been taught from father to son or teacher to pupil. Students pay respect to their instructors by kissing their feet. The relationship between teachers (known as pandits and gurus among Hindus and ustaad among Muslims) and their pupils is very important in Indian music. Teachers and pupils are often related, and the spiritual element of the instrument is often as important as technical virtuosity. In northern India, the spiritual relationship is symbolized by a ceremony in which a teachers ties a string around the wrist of a pupil
|
||||
|
||||
### Competition Entry 1
|
||||
|
||||
```bash
|
||||
python 'visualize.py'
|
||||
--song 'romantic_guitar.wav'
|
||||
--output_file 'romantic-music.mp4'
|
||||
--batch_size 4
|
||||
```
|
||||
|
||||
{{<video "ali">}}
|
25
content/post/2021-12-06-radwa-abdelhafez.md
Normal file
25
content/post/2021-12-06-radwa-abdelhafez.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: Radwa's Visualization
|
||||
subtitle: Inspired by Classic Egyptian Music
|
||||
date: 2021-12-01
|
||||
tags: ["music-visualizer", "competition"]
|
||||
---
|
||||
|
||||
This is Radwa's entry for the competition.
|
||||
|
||||
I made a video inspired by Egyptian classical composer called Omar Khairat.
|
||||
|
||||
## 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 "radwa">}}
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
title: Ali zargham's Visualization
|
||||
subtitle: Inspired by romantic guitar of sub-continent
|
||||
date: 2021-12-01
|
||||
tags: ["music-visualizer", "competition"]
|
||||
---
|
||||
|
||||
This is Ali's entry for the competition.
|
||||
|
||||
|
||||
|
||||
## Command Variations
|
||||
|
||||
I tried different things, I changed the music audio to be a romantic guitar. I made one videos, I was inspired by the romantic guitar in the sub-continent.Traditionally musical traditions have been passed on orally and musical skills have often been taught from father to son or teacher to pupil. Students pay respect to their instructors by kissing their feet. The relationship between teachers (known as pandits and gurus among Hindus and ustaad among Muslims) and their pupils is very important in Indian music. Teachers and pupils are often related, and the spiritual element of the instrument is often as important as technical virtuosity. In northern India, the spiritual relationship is symbolized by a ceremony in which a teachers ties a string around the wrist of a pupil
|
||||
|
||||
### Competition Entry 1
|
||||
|
||||
```bash
|
||||
python 'visualize.py' --song 'romantic_guitar.wav' --output_file 'romantic-music.mp4' --batch_size 4`
|
||||
```
|
||||
|
||||
{{<video "ali">}}
|
4
layouts/_default/single.json.json
Normal file
4
layouts/_default/single.json.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{ .RelPermalink }} > /that-page/
|
||||
{{ with .OutputFormats.Get "json" -}}
|
||||
{{ .RelPermalink }} > /that-page/index.json
|
||||
{{- end }}
|
|
@ -2,7 +2,7 @@
|
|||
- id: dateFormat
|
||||
translation: "January 2, 2006"
|
||||
- id: postedOnDate
|
||||
translation: "Posted on {{ .Count }}"
|
||||
translation: "Posted on {{ . }}"
|
||||
- id: translationsLabel
|
||||
translation: "Other languages: "
|
||||
- id: translationsSeparator
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- id: dateFormat
|
||||
translation: "2006年1月2日"
|
||||
- id: postedOnDate
|
||||
translation: "{{ .Count }}に投稿"
|
||||
translation: "{{ . }}に投稿"
|
||||
- id: translationsLabel
|
||||
translation: "翻訳:"
|
||||
- id: translationsSeparator
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- id: dateFormat
|
||||
translation: "Январь 2, 2006"
|
||||
- id: postedOnDate
|
||||
translation: "Опубликовано {{ .Count }}"
|
||||
translation: "Опубликовано {{ . }}"
|
||||
- id: translationsLabel
|
||||
translation: "Другие языки: "
|
||||
- id: translationsSeparator
|
||||
|
|
Loading…
Add table
Reference in a new issue