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][MobileNet] Update the README.md for MobileNet v1 and v2 #202

Closed huningxin closed 5 years ago

huningxin commented 5 years ago

Please update the README.md of model (https://github.com/intel/webml-polyfill/blob/master/examples/mobilenet/model/README.md):

  1. update the URL of v1 model to latest one
  2. add the URL and steps of v2 model
Wenzhao-Xiang commented 5 years ago

@huningxin For new Mobilenet_V1_1.0_224_Float and Mobilenet_V2_1.0_224_Float, there are not label.txt in the download file. Shuold I keep the old V1 model URL for a way to get label.txt?

huningxin commented 5 years ago

I think we can share the label.txt between models. And this task can be covered by https://github.com/intel/webml-polyfill/issues/220