python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Tensorflow Lite Model Maker KeyError: "Pose"
I'm trying to train a model using the Tensorflow lite model maker but i can't load the data. I'm using the object_detector.DataLoader.from_pascal_voc method and I get an errorKey Error: pose. Please h...
Kerem-Uteu
Votes: 0
Answers: 1
TfLite Model is giving different output on Android app and in python . For most inputs tflite model gives same output on android . Why? Please fix
So I'm building a very simple model using tensorflow that gives x+1 as output (prediction). I'll deploy this model on android application so I convert it to tflite format.
Building model
Python
import...

Ayush Raj
Votes: 0
Answers: 1
How do you download files from gs cloud for tensorflow tutorials
I'm trying to follow some of Tensorflow's tutorials. Specifically this one:
https://www.tensorflow.org/lite/tutorials/model_maker_object_detection
It has a step that uses files in Google cloud storage...
nlbutts
Votes: 0
Answers: 2
How does interpreter.run(input, output) work? What is the output and how to process the output to print the label with the highest accuracy
I learned how to use an interpreter by following this link and saw the code to run Inference:
try (Interpreter interpreter = new Interpreter(file_of_a_tensorflowlite_model)) {
interpreter.run(input,...

khooinguyeen
Votes: 0
Answers: 1