Open aminbenarieb opened 4 years ago
Also, we managed to slice this op from our graph and successfully run CoreML, but, this quite an ambiguous and error-prone how to interpret inference results. So, still, we need some workflow for this missed op.
@1duo can I mention you here? I just realized that a more correct label is a function request, not an error. Should I provide more details, it might be helpful if I provided a model to reproduce what we are facing?
+1, we are blocked by this issue as well. AFAIK, this layer is a standard one in detection, and it is pretty wide-spread to run detection on mobile devices.
🐞Describe the bug
I am trying to convert tensorflow SSD MobilenetV2 model (frozen graph) to coreml model using coremltools.converters.tensorflow.convert function and getting error
Op type not registered 'TFLite_Detection_PostProcess' in binary
.As far as I understand, this Op is not supported in CoreML. Here is its C++ implementation: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/kernels/detection_postprocess.cc
This blocks me from using CoreML for my detection problem. Any thoughts on:
Trace
My Code
System environment: