yuzai / imagenet

借助训练好的mobilenet实现图像识别

Home Page:http://blog.maxiaobo.com.cn/imagenet/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

解决问题

imagenet图像识别

运行方法

  1. yarn
  2. npm run watch

more

  1. 代码参考tensorflow.js示例
  2. 有问题随便问哈@maxiaobo

演示地址

打包没有经过优化,完全参照parcel默认配置来的,js包可能较大,同时静态文件是直接丢在github上的,速度会比较慢,不要介意

http://blog.maxiaobo.com.cn/imagenet/dist/

TensorFlow.js Example: Mobilenet

This example shows you how to load a pretrained mobilenet model.

The mobilenet used in this example was ported from this Keras pretrained mobilenet model and hosted online for your convenience.

If you want, you can port your own mobilenet model by using the Keras converter script which can be found here.

See this example live!

About

借助训练好的mobilenet实现图像识别

http://blog.maxiaobo.com.cn/imagenet/dist/


Languages

Language:JavaScript 95.1%Language:HTML 4.9%