Skip to content

Commit 061aecf

Browse files
author
Galina Zalesskaya
authored
Update e2e tests for XAI Detection (#2634)
Fix e2e XAI ref value
1 parent 51ef6db commit 061aecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/cli/detection/test_api_xai_sanity_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
class TestOVDetXAIAPI(DetectionTaskAPIBase):
3434
ref_raw_saliency_shapes = {
35-
"MobileNetV2-ATSS": (4, 4), # Need to be adapted to configurable or adaptive input size
35+
"MobileNetV2-ATSS": (16, 16), # Need to be adapted to configurable or adaptive input size
3636
}
3737

3838
@e2e_pytest_api

0 commit comments

Comments
 (0)