From 939a9f232242684dc86f463ac294c14beaa99f3e Mon Sep 17 00:00:00 2001 From: "wendi.hwd" Date: Tue, 27 Sep 2022 22:17:41 +0800 Subject: [PATCH] [to #42322933]fix commits Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10272768 --- modelscope/outputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelscope/outputs.py b/modelscope/outputs.py index d80ba9c5..92e3410b 100644 --- a/modelscope/outputs.py +++ b/modelscope/outputs.py @@ -153,7 +153,7 @@ TASK_OUTPUTS = { # semantic segmentation result for single sample # { - # "masks": [np.array # 2D array containing only 0, 255] + # "masks": [np.array # 2D array with shape [height, width]] # } Tasks.semantic_segmentation: [OutputKeys.MASKS],