All Projects → mit-han-lab → Vww

mit-han-lab / Vww

Licence: mit
[LPIRC 2019] First place in the Visual Wake Words challenge (TF-lite track)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vww

Enjoylife
😊开源App项目,每天一张精选倩图、一个精选小视频,一篇知乎美文
Stars: ✭ 43 (-23.21%)
Mutual labels:  demo
Polymer Quill
Polymer Quill Rich Text Editor
Stars: ✭ 48 (-14.29%)
Mutual labels:  demo
Z Player
a flutter demo app with fish-redux
Stars: ✭ 53 (-5.36%)
Mutual labels:  demo
Wheelview
a great functional custom WheelView with demo in dialog and bottomDialog,android 滚动选择控件,滚动选择器,时间选择,日期选择
Stars: ✭ 44 (-21.43%)
Mutual labels:  demo
Create React Redux App
This project was bootstrapped with Create React App and Redux, Sass Structure.
Stars: ✭ 46 (-17.86%)
Mutual labels:  demo
Llvm Demo
A simple example of how LLVM can be used to gather static or dynamic facts about a program.
Stars: ✭ 48 (-14.29%)
Mutual labels:  demo
Ezplatform Demo
Fork of "ezplatform" meta repository, contains code and dependencies for demo distribution of eZ Platform. Not recommended for a clean install for new projects, but great for observation and learning!
Stars: ✭ 42 (-25%)
Mutual labels:  demo
Example Cases
Example project to guide users through how to create game with Cocos Creator
Stars: ✭ 1,082 (+1832.14%)
Mutual labels:  demo
Mygoogleplaces
A simple demo of Google Places.
Stars: ✭ 46 (-17.86%)
Mutual labels:  demo
Godot Multiplayer Demo
A multiplayer demo using Godot Engine's (2.2) high level networking
Stars: ✭ 52 (-7.14%)
Mutual labels:  demo
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+919.64%)
Mutual labels:  demo
Vantweappmpvuedemo
mpvue中使用Vant Weapp
Stars: ✭ 46 (-17.86%)
Mutual labels:  demo
Gjlightbluetooth
自己封装的基于CoreBluetooth的蓝牙开发库,内附CoreBluetooth使用demo。数据传递基本上使用Block,还使用了Runtime等技术。
Stars: ✭ 50 (-10.71%)
Mutual labels:  demo
Flutter Chat Demo
The chat app made by Flutter and Firebase
Stars: ✭ 1,016 (+1714.29%)
Mutual labels:  demo
Flutter douban
豆瓣Flutter版
Stars: ✭ 53 (-5.36%)
Mutual labels:  demo
Beziercurve
Bezier curve master
Stars: ✭ 43 (-23.21%)
Mutual labels:  demo
Nectarine
🍑 A mobile web / Android app for Peach! (peach.cool) ⚡️
Stars: ✭ 48 (-14.29%)
Mutual labels:  demo
Svelte Simple Datatables
A Datatable component for Svelte
Stars: ✭ 56 (+0%)
Mutual labels:  demo
K8sdemo
Kubernetes demo
Stars: ✭ 53 (-5.36%)
Mutual labels:  demo
Universal React Demo
ES6 demo of a simple but scalable React app with react-router, code splitting, server side rendering, and tree shaking.
Stars: ✭ 50 (-10.71%)
Mutual labels:  demo

Solution to Visual Wakeup Words Challenge'19 (first place).

Participants: Song Han, Ji Lin, Kuan Wang, Tianzhe Wang, Zhanghao Wu (following alphabetical order)

Contact: [email protected]

Instruction

The demo code on Raspberry Pi and Android is included in this repo under the demos folder.

Youtube: https://youtu.be/7-beBCKVpFE

Article: https://medium.com/tensorflow/visual-wake-words-with-tensorflow-lite-micro-8578e59ea6f9

We have optimized the model with uint8 quantization and converted it to tf-lite format. Here we provide a script to evaluate the model with PyTorch data loader in eval.py. However, to keep consistent with TensorFlow preprocessing, we used the preprocessing function imported from tensorflow. The preprocessing we used is defined in preprocess.py.

Our floating point model (model_fp32.pb) can get 95.40% top-1 accuracy on the minival set of VWW.

Our quantized model (model_quantized.tflite) can get 94.575% top-1 accuracy on the minival set of VWW.

Usage

Run:

python eval.py

Citation

@article{cai2018proxylessnas,
  title={Proxylessnas: Direct neural architecture search on target task and hardware},
  author={Cai, Han and Zhu, Ligeng and Han, Song},
  journal={International Conference on Learning Representations (ICLR)},
  year={2019}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].