Merge branch 'bugfix-issue-2' into 'master'
Bugfix for issue #2 See merge request rwth-crmasters-wise2122/deep-music-visualizer-showdown!44
This commit is contained in:
commit
13316e6d0e
2 changed files with 6 additions and 4 deletions
|
@ -13,14 +13,15 @@ I made one video, I was inspired by the different elements in the enviorment sur
|
||||||
|
|
||||||
I played with the variables to test different outputs, I had to increase the smooth factor to visualize my slow music.
|
I played with the variables to test different outputs, I had to increase the smooth factor to visualize my slow music.
|
||||||
|
|
||||||
### Competition Entry 1
|
### Competition Entry
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python `visualize.py` --song `song file` --batch_size 4 --duration 258 \
|
python `visualize.py` --song `song file` --resolution 512 \
|
||||||
--resolution 512 --pitch_sensitivity 295 --jitter 0.5 \
|
--duration 258 --pitch_sensitivity 295 --tempo_sensitivity 0.8
|
||||||
--classes 983 980 978 966 954 928 919 889 879 857 288 107 \
|
--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 \
|
||||||
--output_file `video file`
|
--output_file `video file`
|
||||||
```
|
|
||||||
|
|
||||||
{{<video "noureldeen">}}
|
{{<video "noureldeen">}}
|
||||||
|
|
||||||
|
@ -29,3 +30,4 @@ I played with the variables to test different outputs, I had to increase the smo
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue