Skip to content

Conversation

@MkWf
Copy link

@MkWf MkWf commented Mar 28, 2024

Step-by-step guide for a user to take a TFLite model and launch it on an Android device.

  • Updated TFLite2 Colab to attach metadata to TFLite model
  • Added an Android project that displays detections from the device's camera.

MkWf added 30 commits March 20, 2024 15:08
Added initial information to the guide
Includes code for adding metadata to a tflite model
ObjectDetectorHelper takes images and returns detection results
Adds AppModule, to provide ObjectDetectorHelper to DetectionViewModel
Adds coroutine dependencies
Moved to Tflite directory and added as application AndroidManifest
Generates viewmodel for use in DetectionScreen
commit a174a70
Author: MkWf <[email protected]>
Date:   Sat Mar 23 14:27:00 2024 -0400

    Update DetectionScreen.kt

    Displays detection bounding boxes and labels.

commit 53ab529
Author: MkWf <[email protected]>
Date:   Fri Mar 22 17:49:26 2024 -0400

    Works ok but Y is off

commit 3392784
Author: MkWf <[email protected]>
Date:   Fri Mar 22 17:45:00 2024 -0400

    Update DetectionScreen.kt
Copy link
Owner

@EdjeElectronics EdjeElectronics left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made suggested changes and left a few comments. Thanks for your work on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants