onnxmltools icon indicating copy to clipboard operation
onnxmltools copied to clipboard

Unsupported shape calculation for operator nonMaximumSuppression

Open kesslerd opened this issue 5 years ago • 4 comments

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

kesslerd avatar May 22 '19 16:05 kesslerd

Hello @kesslerd! NonMaximumSuppression support is in progress as part of the ONNX Opset 10 updates. It is not currently supported yet.

vinitra-zz avatar May 22 '19 17:05 vinitra-zz

Hi @vinitra, thank you for your reply. Do you know how long it will take until Opset 10 will be released?

kesslerd avatar May 22 '19 17:05 kesslerd

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-zz avatar May 24 '19 22:05 vinitra-zz

@vinitra Well I think that never happened, because you closed the PR, right?

cansik avatar Apr 06 '20 22:04 cansik