onnxmltools
onnxmltools copied to clipboard
Unsupported shape calculation for operator nonMaximumSuppression
Hi everyone,
I'm trying to convert a mlmodel, which was created with turicreate Object Detection, to onnx. Unfortunately, I get the below issue:
Unsupported shape calculation for operator nonMaximumSuppression
Hello @kesslerd! NonMaximumSuppression support is in progress as part of the ONNX Opset 10 updates. It is not currently supported yet.
Hi @vinitra, thank you for your reply. Do you know how long it will take until Opset 10 will be released?
Opset 10 will likely be supported in the source code and released as a new package sometime next week! I'm tracking NonMaxSuppression support in #304.
@vinitra Well I think that never happened, because you closed the PR, right?