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 42 forks source link

[Example] Object Detection example doesn't work if setting up the local server on Windows #510

Closed Christywl closed 5 years ago

Christywl commented 5 years ago

Test Env: Chromium Version: nightly build 70.0.3503.0 (8b58220) Platform: Windows 10(Dell XPS 13)

Expected Result: Object Detection examples work.

Actual Result: Object Detection example doesn't work if setting up the server on Windows:

object_detection object_detection_2

How to Reproduce: Setup the local server on Windows:

  1. git clone https://github.com/intel/webml-polyfill
  2. npm i & npm run build
  3. Download the models
  4. npm start
  5. Visit http://127.0.0.1:8080/examples/object_detection/index.html on any device

Note: It's ok if setting up the local server on Linux for testing.

Christywl commented 5 years ago

This issue was fixed with webml-polyfill commit https://github.com/intel/webml-polyfill/commit/9a550b49bd43e92fd8fe5f0a331dd3c90a4aa9a2.