Skip to content

在Android上实现tensorflow网络与权值的部署以及数据的实时预测

Notifications You must be signed in to change notification settings

Joooey/GestureWithTf

Repository files navigation

GestureWithTf

SystemAction说明

动作对应关系

  • approach——screenlighter
  • apart——screendarker
  • cicle——volumeup
  • click——volumedown
  • flip——showdesktop

调用方法

  1. 初始化对象

    SystemAction systemAction = new SystemAction(MainActivity.this);

  2. 调用

    systemAction.lighter()

    systemAction.darker();

    systemAction.showdesk();

    systemAction.volumeup();

    systemAction.volumedown();

About

在Android上实现tensorflow网络与权值的部署以及数据的实时预测

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published