Awesome
dabnn example
This example contains Bi-Real Net 18 with Stem Module (The network structure is described in our ACM MM paper).
Our package for Android has been published on jcenter. Just add
implementation 'me.daquexian:dabnn:replace_me_with_the_latest_version'
in your app's build.gradle
's dependencies
section.
The latest version can be found in the following badge:
Just try it in Android Studio :)
Note: This demo uses OpenCV to read camera, however, the app orientation can only be landscape due to a bug of OpenCV. PRs which replace OpenCV by raw Android Camera API are welcomed.