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] Semantc Segmentation - Incorrect colorized person with OpenCV.js #1336

Closed ibelem closed 3 years ago

ibelem commented 3 years ago

Rero Steps:

  1. Visit http://127.0.0.1/examples/semantic_segmentation/?b=WASM&m=opt_deeplabv3_mnv2_224&s=camera&d=0&f=OpenCV.js or http://127.0.0.1/examples/semantic_segmentation/?b=Threads%20SIMD&m=opt_deeplabv3_mnv2_224&s=camera&d=0&f=OpenCV.js
  2. Check the colorized person

Actual Result: The colorized area is not correct.

ss_opencv

BruceDai commented 3 years ago

@ibelem I have fixed this issue, pr will be submitted soon, thanks.