Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
UNet_pytorch
Commits
9089a111
Commit
9089a111
authored
Nov 23, 2023
by
yongshk
Browse files
inital commit
parent
3bb860f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
Dockerfile
Dockerfile
+6
-0
README.md
README.md
+1
-1
model.properties
model.properties
+1
-1
No files found.
Dockerfile
0 → 100644
View file @
9089a111
FROM
image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.10.0-centos7.6-dtk-23.04-py37-latest
COPY
requirements.txt requirements.txt
RUN
source
/opt/dtk-22.10/env.sh
RUN
cp
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime
&&
echo
'Asia/Shanghai'
>
/etc/timezone
ENV
LANG C.UTF-8
RUN
pip
install
-r
requirements.txt
-i
http://mirrors.aliyun.com/pypi/simple/
--trusted-host
mirrors.aliyun.com
README.md
View file @
9089a111
...
@@ -104,7 +104,7 @@ python predict.py -m model_path -i image.jpg -o output.jpg
...
@@ -104,7 +104,7 @@ python predict.py -m model_path -i image.jpg -o output.jpg
`图像分割`
`图像分割`
### 热点应用行业
### 热点应用行业
`医疗`
`医疗`
,
`交通`
,
`家居`
## 源码仓库及问题反馈
## 源码仓库及问题反馈
-
https://developer.hpccube.com/codes/modelzoo/unet-pytorch
-
https://developer.hpccube.com/codes/modelzoo/unet-pytorch
...
...
model.properties
View file @
9089a111
...
@@ -5,6 +5,6 @@ modelName=unet_pytorch
...
@@ -5,6 +5,6 @@ modelName=unet_pytorch
# 模型描述
# 模型描述
modelDescription
=
UNet的主要作用是从输入图像中生成一个具有相同空间分辨率的输出图像,其中每个像素被分配到其对应的类别。与其他神经网络架构相比,UNet在图像分割任务中表现出色
modelDescription
=
UNet的主要作用是从输入图像中生成一个具有相同空间分辨率的输出图像,其中每个像素被分配到其对应的类别。与其他神经网络架构相比,UNet在图像分割任务中表现出色
# 应用场景
# 应用场景
appScenario
=
推理,训练,图像分割,医疗
appScenario
=
推理,训练,图像分割,医疗
,交通,家居
# 框架类型
# 框架类型
frameType
=
pytorch
frameType
=
pytorch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment