From 074645e32acda6498f16203a8459bb597610f623 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Date: Fri, 25 Feb 2022 09:21:29 +0100 Subject: [PATCH] Fix semantic segmentation pipeline test (#15826) --- tests/pipelines/test_pipelines_image_segmentation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pipelines/test_pipelines_image_segmentation.py b/tests/pipelines/test_pipelines_image_segmentation.py index afb360f368..1677cb53c3 100644 --- a/tests/pipelines/test_pipelines_image_segmentation.py +++ b/tests/pipelines/test_pipelines_image_segmentation.py @@ -222,12 +222,12 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa { "score": None, "label": "LABEL_0", - "mask": "01245d8ad25d03f09493ca97965788ae", + "mask": "6225140faf502d272af076222776d7e4", }, { "score": None, "label": "LABEL_1", - "mask": "f741516de8d5196a2c830739b9ac1c8c", + "mask": "8297c9f8eb43ddd3f32a6dae21e015a1", }, ], )