Florian Bruggisser
Florian Bruggisser
Just tested it out with a `tint(100);` in the [Simple Effect](https://github.com/cansik/processing-postfx/blob/master/examples/SimpleEffect/SimpleEffect.pde), and it works. So please provide a mcve so I can investigate further.
Hi, could you please explain a little more precisely what is not working? What have you tried, what works (example sketches?), what exactly do you want to achieve? And I...
Ok, if all the examples run and work it maybe has to do with the points you are drawing. Does my point-drawing example sketch work? And would it be possible...
Thats a good question. Some of the shaders are adapted from shadertoy, which by default are protected under the [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US). Others are from the [wagner](https://github.com/spite/Wagner) project, which is...
moved to version 2.0 because I could not find a real solution and it is not really a problem.
@sutheim Thanks for the clarification and yes, currently I am running a script to generate a human avatar after importing it with glTFast. FBX & DAE do have this importer,...
Have you tried to use the demo on the pictures? Does it work? ```bash python demo.py -n v4-tiny ``` As mentioned here (https://github.com/cansik/yolo-hand-detection/issues/13#issuecomment-790475933), it really depends on the input picture....
To convert to tflite, check out the following tutorial: https://medium.com/analytics-vidhya/converting-a-custom-darknet-model-to-tensorflow-lite-ffdd48d58082
@marcobrianza Of course this could be implemented. The base for oscp5 and artnet4j are the java sockets. But to be honest, there are more issues than just this one, here...
@etiennedub I released the bundled library on PyPI: [pyk4a-bundle](https://pypi.org/project/pyk4a-bundle/) #157