I am using tflite model for object detection. my model has input/output type float32. could see lots of example in github having models type uint8.
I tried examples from github but input/output type mismatches. how to set input/output types in code.
I am using tflite model for object detection. my model has input/output type float32. could see lots of example in github having models type uint8.
I tried examples from github but input/output type mismatches. how to set input/output types in code.