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

[example] Enhance semantic segmentation example with OpenCV.js #1327

Closed akineeic closed 3 years ago

akineeic commented 3 years ago

Fix #1286

akineeic commented 3 years ago

This PR enable deeplab model with OpenCV.js. And the test result is the same with the previous(passes: 838, failures: 347). @BruceDai @huningxin PTAL, thanks.

huningxin commented 3 years ago

Looks good to me. Thanks!