openvinotoolkit / model_api

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

Fix saliency maps order for h-cls in cpp #159

Closed sovrasov closed 7 months ago

sovrasov commented 9 months ago

What does this PR do?

The order could have been twisted, because logits in hierarchical classification are not placed in the same order as "labels" in model info.

Fixes # (issue)

Before submitting

sovrasov commented 7 months ago

cpp part is fine, so we can merge this