Bisonai / mobilenetv3-tensorflow

Unofficial implementation of MobileNetV3 architecture described in paper Searching for MobileNetV3.
Apache License 2.0
225 stars 81 forks source link

how to use mobilenetv3 in android ? #12

Closed WestbrookZero closed 5 years ago

martinkersner commented 5 years ago

Hi @WestbrookZero!

You can refer to our demo Android application https://github.com/Bisonai/quantized-mobilenetv3-mnist-android

Cheers, Martin