Carsten Schwede
Carsten Schwede
I noticed that a very simple script of mine (just returning a query from a JSON file) was much slower than expected. It turns out that just `require('alfy')` adds about...
It would be nice to have an overview about the supported devices, e.g. are both Oculus Quest 1 and 2 supported and what about HoloLens 2?
Sorry in advance if this is the wrong place to ask. I am looking for an option to force Chrome on Windows 10 to open in "exclusive fullscreen" to circumvent...
Currently the import of images fails if they are wider than 500px ("image too wide"). While this draw.io restriction might make sense in a purely browser based environment, I wonder...
Thanks for the software, much appreciated! AFAIK smart phones will only issue probe request when they are not currently connected to an access point. This might lead to a severe...
On Android: ``` cordova.plugins.photoLibrary.getLibrary(success,error,options); //success or error won't be called if library has no photos ``` I expected success to be called with an empty library array.
Are there any options to increase fps besides reducing resolution or adding GPUs? Is it possible to restrict detection to certain joints (e.g. Heads) in order to speed up processing?
It would be useful to have this library available directly within the browser. Has this been considered already? Are there any methods that can't be replicated in the browser? Based...
Running the included example on RunKit only converges in ~15% of cases and depends strongly on the chosen initial values. ```js const LM = require("ml-levenberg-marquardt"); // function that receives the...
### Bug description While exporting to PDF, text that uses OTF fonts is converted to vector graphics, which massively increases the file size. Converting fonts to TTF instead prevents vectorization,...