From 3be8c8dff76a36691a5d2b4ffded3a74910ca5b9 Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 14:42:18 +0100 Subject: [PATCH 1/3] Changes Emad-Aldoghry --- content/post/2021-12-01-Emad-Aldoghry.md | 41 ++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/post/2021-12-01-Emad-Aldoghry.md diff --git a/content/post/2021-12-01-Emad-Aldoghry.md b/content/post/2021-12-01-Emad-Aldoghry.md new file mode 100644 index 0000000..d94797c --- /dev/null +++ b/content/post/2021-12-01-Emad-Aldoghry.md @@ -0,0 +1,41 @@ +--- +title: Emad's Visualization +subtitle: Inspired from the national anthem of the ottoman Empire. +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- + +This is Emad's entry for the competition. + +I made a lot of videos (a couple of failed attempts) + +## Command Variations + +I tried different things, because i didn't have a good GPU drive i tried to restrict the process time so i selected the following options --batch_size 3 +--duration 25 +--resolution 256 +--pitch_sensitivity 290 + +I wanted to select images classes which present this big empire so I selected +847: 'tank, army tank, armored combat vehicle, armoured combat vehicle', +483: 'castle', +668: 'mosque', +724: 'pirate, pirate ship', +652: 'military uniform', +413: 'assault rifle, assault gun', +269: 'timber wolf, grey wolf, gray wolf, Canis lupus', +403: 'aircraft carrier, carrier, flattop, attack aircraft carrier', +319: "dragonfly, darning needle, devil's darning needle, sewing need"le, snake feeder, snake doctor, mosquito hawk, skeeter hawk", +353: 'gazelle', +603: 'horse cart, horse-cart', +354: 'Arabian camel, dromedary, Camelus dromedarius', + + +### Competition Entry + +```bash + python `visualize.py` --song `song file` --batch_size 3 --duration 25 --resolution 256 --pitch_sensitivity 290 --classes 847 483 668 724 652 413 269 403 319 353 603 354 --jitter 1 --output_file Emad_Aldoghry + +{{video <"aldoghry">}} +``` + From 11d0f327dba594183e968b064581ab582575c713 Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 14:55:58 +0100 Subject: [PATCH 2/3] correct the change --- content/post/2021-12-01-Emad-Aldoghry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/2021-12-01-Emad-Aldoghry.md b/content/post/2021-12-01-Emad-Aldoghry.md index d94797c..80e3e5f 100644 --- a/content/post/2021-12-01-Emad-Aldoghry.md +++ b/content/post/2021-12-01-Emad-Aldoghry.md @@ -36,6 +36,6 @@ I wanted to select images classes which present this big empire so I selected ```bash python `visualize.py` --song `song file` --batch_size 3 --duration 25 --resolution 256 --pitch_sensitivity 290 --classes 847 483 668 724 652 413 269 403 319 353 603 354 --jitter 1 --output_file Emad_Aldoghry -{{video <"aldoghry">}} +{{