Endre Simo

Results 60 comments of Endre Simo

Can you show me exactly what kind of errors are you getting? Just FYI these demos have been tested on Python2 and OpenCV2 so it might be related to the...

I'm aware about that, only that because I have ported the library to WASM I didn't updated the Python examples to run on Python3. But I have tried it with...

I have tried on a MacOS with Python 3.9.1 installed and the demos are running, but strangely on Windows in most of the cases the application exits without showing any...

You want something like what zoom or skype offer? I mean to retain the face unaltered but replace the background with a custom image? I suppose you tried the wasm...

Actually it can be executed a command like this to obtain all the go files and execute `gotags` against them, but you can include like an example: ```bash $ gotags...

Could you attach the image? My opinion is that it has to do with image type conversion. But i need to check with the provided image.

I will give it a try once i will came back from vacation. Is there a given timeout set for the returning function?

@alexellis i would opt for a json as an input source. What do you think?

Hey @alexellis i have integrated Caire as an OpenFaaS function. Here is the PR https://github.com/openfaas/store/pull/41. Please check it and let me know if something is missing or needs to be...

@mitchmindtree `cargo update` fixed the first issue. I assume that I had an older version of nannou previously installed and meantime the dependency library has been updated. @danwilhelm unfortunately changing...