sample-tensorflow-imageclassifier icon indicating copy to clipboard operation
sample-tensorflow-imageclassifier copied to clipboard

Classify camera images locally using TensorFlow models

Results 11 sample-tensorflow-imageclassifier issues
Sort by recently updated
recently updated
newest added

Markdown syntax is used, so file should also be .md

This application is working fine with mobilenet_quant_v1_224.tflite model. I've trained custom model following Tensorflow for Poet Google Codelab and created graph using this script: IMAGE_SIZE=224 ARCHITECTURE="mobilenet_0.50_${IMAGE_SIZE}" python -m scripts.retrain \...

There is a bug here causing predicted labels to be printed in incorrect order. Traversing a `java.util.PriorityQueue` with a range-based for loop does not guarantee traversal in sorted order. Fixed...

can we implement object tracking based on SSD object detection API on android things. if not what are the complications as I have not seen even a single object detection...

Can this sample be updated to use tflite file format for TensorFlow Lite (e.g. [inceptionv3_slim_2016.tflite](https://storage.googleapis.com/download.tensorflow.org/models/tflite/inception_v3_slim_2016_android_2017_11_10.zip)) instead of the 2015 inception5h.pb?

The capture callback is never called. I'm using Raspberry Pi Camera Module V2 - 8 Megapixel,1080p 0.5.1-devpreview The last log seen was: [L165](https://github.com/androidthings/sample-tensorflow-imageclassifier/blob/master/app/src/main/java/com/example/androidthings/imageclassifier/CameraHandler.java#L165) It means that the camera and everything...

Hi, Code installs ok but having problems with building the physical electrical circuit; in particular the push button. The push button has two pins and I can't work out how...

Hello, I use a raspberry pi 3b and a CSI camera to run this demo. When I take pictures,the images are very dark,just like exposure not enough. How can I...

Alas I don't have to hand a 4 pole jack to hand. Off hand does anyone know which is ground and audio? Has any one tried a little usb speaker?...

Hi, I've been running into a couple of issues with the image processing. Could anyone shed some light on how to address this? I'm running the sample code on master...