openvinotoolkit / model_api

https://openvinotoolkit.github.io/model_api/latest
Apache License 2.0
26 stars 16 forks source link

Addressing Null and Invalid Boxes in MaskRCNN Postprocessing #157

Closed eugene123tw closed 9 months ago

eugene123tw commented 9 months ago

What does this PR do?

The problem appears when OV model outputs [0, 0, 0, 0] or invalid boxes. These boxes need to be skipped during the post-processing stage.

Before submitting

sovrasov commented 9 months ago

PR to cpp will follow from my side