intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 46 forks source link

[OpenCV.js] Update OpenCV.js #1326

Closed akineeic closed 3 years ago

akineeic commented 3 years ago

Fixed #1324

akineeic commented 3 years ago

Update OpenCV.js binary, which is built with emscripten 1.39.16 and opencv 4.3.0. @ibelem @BruceDai PTAL, thanks.

akineeic commented 3 years ago

I'll test the example running with OpenCV.js and report the result.

ibelem commented 3 years ago

Thanks @akineeic please also test Web AI workload and https://huningxin.github.io/opencv.js/perf/perf_imgproc/ with R84 and higher builds.

akineeic commented 3 years ago

Thanks @akineeic please also test Web AI workload and https://huningxin.github.io/opencv.js/perf/perf_imgproc/ with R84 and higher builds.

I used emscripten 1.39.15 to build OpenCV.js since 1.39.16 will cause initalize issue. And the updated binary is able to run the example, Web AI workload and the threshold testing using OpenCV.js in chrome R84.

ibelem commented 3 years ago

Thanks @akineeic , merge this PR. also @BruceDai , please update gh-pages for example and workload. :)

BruceDai commented 3 years ago

@ibelem Done.