Andrey Khonich

Results 18 issues of Andrey Khonich

I have lot of JS files with such construction: import CreateTempUserReq from 'xyz/model/CreateTempUserReq.js'; Duktape throws syntax errors on those lines. Is this means i cannot use duktape to execute my...

module

Hello, I follow instructions in Readme: 1. Installed Python2.7 2. pip install PyYAML 3. python util\dist.py But it gives immediate error: **************************************************************************** *** Duktape python tooling is obsolete, migrate to...

Hello, Today I tried this addon to bake lightmaps in my blender scene and unfortunately it doesn't work. When I press button "Build Lightmaps" it is doing something for several...

Not sure how to install OpenCV for blender. Lightmapper says I should install it through preferences. But I didn't find this in Blender Preferences. Also didn't find anything in Google....

So the parser doesn't support text tag ? What the point in this? Each svg I use has text/font.

Hello, I tried to compile owt p2p sample app using Android Studio 4.0.1 It compiled succesfully, but the application just crashes at the beginning... I found this lines in logcat...

After i figured out how to compile TFRT on windows... Next question - how to use it with real pretrained models... I have several of them in tfjs and tf-lite...

Hello, I recently compiled WASM mediapipe build from the sources publicly available. It worked fine for ImageSegmentation tasks with CPU SIMD backend. But unfortunately later I realized it cannot be...

task::all
platform:javascript
type:performance

I tried to run sh script (build-x86_64-windows.sh) on windows, but it just exits without any error at he beginning of script: $ ./build-x86_64-windows.sh --version v0.8.11 --config release --opencv_dir ../opencv/build --------------------------------...

Hello, Today I first tried this JS runtime, but unfortunately cannot parse simple js code: Code looks like this: ``` var s_Version = function() { const verSplit = Array(3); let...

bug