We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ef6db commit 061aecfCopy full SHA for 061aecf
tests/e2e/cli/detection/test_api_xai_sanity_detection.py
@@ -32,7 +32,7 @@
32
33
class TestOVDetXAIAPI(DetectionTaskAPIBase):
34
ref_raw_saliency_shapes = {
35
- "MobileNetV2-ATSS": (4, 4), # Need to be adapted to configurable or adaptive input size
+ "MobileNetV2-ATSS": (16, 16), # Need to be adapted to configurable or adaptive input size
36
}
37
38
@e2e_pytest_api
0 commit comments