volcengine / volc-sdk-golang

Apache License 2.0
103 stars 50 forks source link

人像抠图返回值缺失 #13

Open chenzefeng09 opened 2 years ago

chenzefeng09 commented 2 years ago

https://github.com/volcengine/volc-sdk-golang/blob/b9e599b9e682b486d5cb9b2ed06d00827a9986b8/service/visual/model/model_human_segment.go#L7

这个结构里只定义了mask ,但是文档里是有foreground_image字段的,这样即使请求form里有return_foreground_image=1,也拿不到返回值吧? image

weidalin commented 2 years ago

请问这个mask的数据是什么呢?是mask的base64编码吗?