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_paddle
Commits
f8c5cc3b
Commit
f8c5cc3b
authored
Dec 20, 2023
by
Sugon_ldc
Browse files
update readme
parent
2d5a1358
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
README.md
README.md
+10
-5
No files found.
README.md
View file @
f8c5cc3b
...
...
@@ -68,6 +68,11 @@ pip install visualdl==2.5.0
## 数据集
`cityscapes`
下载地址为:
[
cityscapes
](
https://www.cityscapes-dataset.com/
)
也可以使用网盘进行下载
链接:https://pan.baidu.com/s/1_2TdUMhZoSfLQ-CE7bCmXg
提取码:yo5c
数据集结构如下:
```
├── cityscapesScripts
...
...
@@ -153,13 +158,13 @@ pip install visualdl==2.5.0
### 数据预处理:
在
PaddleSeg
目录下执行
在
主
目录下执行
```
pip install -e .
```
修改configs/_base_/cityscapes.yml中两处dataset_root值为数据集路径
修改configs/
\
_
base_
\
/
cityscapes.yml中两处dataset_root值为数据集路径

...
...
@@ -186,7 +191,7 @@ python -m paddle.distributed.launch tools/train.py --config configs/unet/unet_ci
### 精度
测试数据:
something v2
,使用的加速卡:Z100L。
测试数据:
cityscapes数据集
,使用的加速卡:Z100L。
根据测试结果情况填写表格:
| 卡数 | 准确率 |
...
...
@@ -200,6 +205,6 @@ python -m paddle.distributed.launch tools/train.py --config configs/unet/unet_ci
`医疗,交通,家居`
## 源码仓库及问题反馈
-
http://developer.hpccube.com/codes/modelzoo/
tsm_pytorch.git
-
http
s
://developer.hpccube.com/codes/modelzoo/
unet_paddle
## 参考资料
-
https://github.com/
open-mmlab/mmaction2
-
https://github.com/
PaddlePaddle/PaddleSeg/tree/release/2.7/configs/unet
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