Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

An Android image classification app using Onnx Runtime Mobile and MobileNet V1

License

Notifications You must be signed in to change notification settings

guoyu-wang/ort_image_classification_android

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

An Android image classification app using Onnx Runtime Mobile and MobileNet V1 This example is loosely based on Google CodeLabs - Getting Started with CameraX

Build Instructions

Requirements

Download the MobileNet V1 model, label file and prebuilt Onnx Runtime arm64 AAR package here

Copy MobileNet V1 model and the label file to app/src/main/res/raw/

Copy the onnxruntime-release-1.7.0.aar to app/libs

[Optional]Build the Onnx Runtime for Android arm64 (see Build Instruction)

App Screenshot

About

An Android image classification app using Onnx Runtime Mobile and MobileNet V1