Unverified Commit 074645e3 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Fix semantic segmentation pipeline test (#15826)

parent b7e292ae
...@@ -222,12 +222,12 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa ...@@ -222,12 +222,12 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa
{ {
"score": None, "score": None,
"label": "LABEL_0", "label": "LABEL_0",
"mask": "01245d8ad25d03f09493ca97965788ae", "mask": "6225140faf502d272af076222776d7e4",
}, },
{ {
"score": None, "score": None,
"label": "LABEL_1", "label": "LABEL_1",
"mask": "f741516de8d5196a2c830739b9ac1c8c", "mask": "8297c9f8eb43ddd3f32a6dae21e015a1",
}, },
], ],
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment