Jan Ivanecky
Jan Ivanecky
No, I'm using original algorithm proposed by [Gatys _et al_](http://arxiv.org/abs/1508.06576) which means image is generated in multiple iterations. In case of my implementation I used 500 iterations which takes on...
Hey, sorry for the late response. I think this file is the one you can use. https://github.com/janivanecky/Depth-Estimation/blob/master/source/refining_network/norm_abs/net_deploy.prototxt
Not sure what you mean exactly, but for the volumetric rendering using textures, you basically need a "sliced cube" (a lot of quads stacked next to each other). If you...
Hey! I'll add an update to README with build instructions today/tomorrow.
https://github.com/janivanecky/Physarum#build-instructions Let me know if it works for you
Hey! This is happening because I set up parameters to be controlled by MIDI controller - if you don't have it connected, it's not going to work. Anyways, that was...
I have only tested MIDI support with AKAI MIDIMIX controller, so cannot guarantee that it works correctly with other devices, **however** the only difference I can think of between my...
Inside MIDIOX you can see the number identifying the specific knob/slider/button in the DATA1 column. Then you can just use that number in `get_controller_state` call. The midi controls are recognized...