Commit 0508acd3 authored by dcuai's avatar dcuai
Browse files

Update model.properties

parent 3fd44f3b
# 模型唯一标识 # 模型唯一标识
modelCode = 181 modelCode = 181
# 模型名称 # 模型名称
modelName=unet_paddle modelName=UNet_paddle
# 模型描述 # 模型描述
modelDescription=UNet的主要作用是从输入图像中生成一个具有相同空间分辨率的输出图像,其中每个像素被分配到其对应的类别。与其他神经网络架构相比,UNet在图像分割任务中表现出色 modelDescription=UNet的主要作用是从输入图像中生成一个具有相同空间分辨率的输出图像,其中每个像素被分配到其对应的类别。与其他神经网络架构相比,UNet在图像分割任务中表现出色
# 应用场景 # 应用场景
......
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