Commit a01a61a2 authored by dcuai's avatar dcuai
Browse files

Update model.properties

parent 0271158b
# 模型唯一标识 # 模型唯一标识
modelCode=420 modelCode=420
# 模型名称 # 模型名称
modelName=unet_pytorch modelName=UNet_pytorch
# 模型描述 # 模型描述
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