Compare commits

...

13 commits

Author SHA1 Message Date
Orwa Diraneyya
2e6325b76d
Commit long-standing changes 2025-04-23 11:42:37 +02:00
Orwa Diraneyya
1c615535fc Merge branch 'bugfix-issue-6' into 'master'
Bugfix issue #6

See merge request rwth-crmasters-wise2122/deep-music-visualizer-showdown!41
2021-12-06 11:43:53 +00:00
Orwa Diraneyya
1d2f25ad43 Fixed pipeline 2021-12-06 12:42:35 +01:00
Orwa Diraneyya
13316e6d0e Merge branch 'bugfix-issue-2' into 'master'
Bugfix for issue #2

See merge request rwth-crmasters-wise2122/deep-music-visualizer-showdown!44
2021-12-06 11:40:47 +00:00
Orwa Diraneyya
5a270c8414 Merge branch 'bugfix-issue-4' into 'master'
Bugfix for issue #4

See merge request rwth-crmasters-wise2122/deep-music-visualizer-showdown!47
2021-12-06 11:18:43 +00:00
Orwa Diraneyya
f49661715f Fixed pipeline 2021-12-06 12:11:26 +01:00
radwaelsobki
32344f8149 Add radwa competition 2021-12-06 11:24:55 +01:00
radwaelsobki
0b2a905642 Add radwa competition 2021-12-06 11:19:24 +01:00
radwaelsobki
88cd5b2316 Add radwa competition 2021-12-06 11:04:53 +01:00
Noureldeen
4c379f3e0f bugfix-issue-#2 2021-12-06 02:06:09 +02:00
Ali Zargham
a9ebd8e7fc bug issue 6 2021-12-03 23:57:46 +01:00
Ali Zargham
37c2a0a859 bugfix issue #6 2021-12-03 22:03:19 +01:00
Ali Zargham
392c3fbbfd bugfix issue #6 2021-12-03 21:57:52 +01:00
63 changed files with 8833 additions and 8795 deletions

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
hugo 0.92.2

View file

@ -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"

View file

@ -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
View file

@ -0,0 +1,3 @@
{
"whaaaat": 2
}

View file

@ -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">}}

View file

@ -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.

View 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">}}

View 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">}}

View file

@ -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">}}

View file

@ -0,0 +1,4 @@
{{ .RelPermalink }} > /that-page/
{{ with .OutputFormats.Get "json" -}}
{{ .RelPermalink }} > /that-page/index.json
{{- end }}

View file

@ -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

View file

@ -2,7 +2,7 @@
- id: dateFormat
translation: "2006年1月2日"
- id: postedOnDate
translation: "{{ .Count }}に投稿"
translation: "{{ . }}に投稿"
- id: translationsLabel
translation: "翻訳:"
- id: translationsSeparator

View file

@ -2,7 +2,7 @@
- id: dateFormat
translation: "Январь 2, 2006"
- id: postedOnDate
translation: "Опубликовано {{ .Count }}"
translation: "Опубликовано {{ . }}"
- id: translationsLabel
translation: "Другие языки: "
- id: translationsSeparator