openvinotoolkit / model_api

Apache License 2.0
25 stars 16 forks source link

Skip tiled saliency map merging if only one map is available #180

Closed GalyaZalesskaya closed 3 months ago

GalyaZalesskaya commented 3 months ago

What does this PR do?

Tile merging: detection. If only one tiled saliency map for merging, skip the calculation.

Align with OTX to pass integration tests which fail because of different size of merged tiled saliency maps.

Before submitting