Open Christywl opened 5 years ago
In the default model DeepLab 513
, tried to switch to WebGL, it also failed. WASM is ok.
Found a way to test other DeepLab models on WebML backend:
For example:
Default model: DeepLab 513
Firstly, switch to WASM backend for the default model, and then select DeepLab 321
model, finally switch to WebML backend for DeepLab 321
.
@Christywl , please help verify whether this issue has been fixed https://github.com/otcshare/chromium-src/pull/86. Thanks!
On the latest build https://github.com/otcshare/chromium-src/commit/20fce9c04a478d8e81e868223bb02e1cd79f0a45 and examples https://github.com/intel/webml-polyfill/commit/d67757271fdddcb1159f4bf1aa6d81689b6701d6, mostly I can switch the deeplab models successfully, sometimes it happens when switch models frequently. The reproducibility is lower.
Thanks for re-testing!
sometimes it happens when switch models frequently. The reproducibility is lower.
Can you elaborate the the details? How to reproduce? and how often to happen?
Steps to reproduce:
For example:
Test Env: Chromium Version: nightly build 70.0.3503.0 (4da550a) Platform: Windows 10(Dell XPS 13)[CPU: Intel i5-8250U, GPU: Intel UHD Craphics 620(driver: 25.20.100.6471), Memory: 8GB]
Expected Result: DeepLab example works.
Actual Result: Fail to switch to other models in DeepLab example, and see a black screen in the browser :
How to Reproduce:
DeepLab 513
, try to switch to other model