人物实例分割

复制成功!
加入对比
图像生成

概述

图像生成

人物实例分割运用了检测和分割技术,不仅能够在图像中识别出不同的对象,而且还能准确地画出每一个对象边界的像素级掩码(mask)。

输入

图像

输出

图像

功能

前缀补全

函数调用

缓存

结构化输出

批量任务

联网搜索

微调

速率限制

    API 参考

    获取 API Key
    复制成功!
    12345678910111213141516
    curl --location --request POST 'https://image-instance-segmentation/api/v1/services/aigc/image2image/image-synthesis' \
    --header 'X-DashScope-Async: enable' \
    --header "Authorization: Bearer $DASHSCOPE_API_KEY" \
    --header 'Content-Type: application/json' \
    --data-raw '{
        "model": "image-instance-segmentation",
        "input": {
                "image_url": "https://img.alicdn.com/imgextra/i3/O1CN01nC4QEU1x58LUeMjRL_!!6000000006391-49-tps-1590-1060.webp"
            },
        "parameters":{
        }
    }'
    
    curl -X GET \
    --header "Authorization: Bearer $DASHSCOPE_API_KEY" \
    https://image-instance-segmentation/api/v1/tasks/53950fb7-281a-4e60-xxxxxxxxxxxx