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 019a775 commit 652c548Copy full SHA for 652c548
instill/helpers/ray_io.py
@@ -321,7 +321,7 @@ def construct_task_semantic_segmentation_output(
321
for r, cat in zip(rle, category):
322
objects.append({"rle": str(r), "category": str(cat)})
323
324
- data["objects"] = objects
+ data["stuffs"] = objects
325
326
if isinstance(request, Request):
327
task_outputs.append({"data": data})
0 commit comments