Tflite Model for object detection with swift ios

37 Views Asked by At

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.

0

There are 0 best solutions below