erasing 1 from competetion entry and adding smooth factor
This commit is contained in:
parent
7a8b59d670
commit
c72800baba
1 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 --duration 258 \
|
||||||
--resolution 512 --pitch_sensitivity 295 --jitter 0.5 \
|
--pitch_sensitivity 295 --tempo_sensitivity 0.8 --depth 0.5 \
|
||||||
--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 \
|
||||||
--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