onex-sumit

Results 3 comments of onex-sumit

> It is due to the output of detection TFLite models changed. I followed below comment to solve the issue. [tensorflow/tensorflow#44481 (comment)](https://github.com/tensorflow/tensorflow/issues/44481#issuecomment-974325834) > > ``` > boxes = interpreter.get_tensor(output_details[1]['index']) >...

I solved it so in your code you will have output object/tensor in form of some array Now order of that 2-3 array should be same as of model. Try...