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
SED_pytorch
Commits
db44dc05
Commit
db44dc05
authored
Apr 16, 2025
by
chenzk
Browse files
Update url.md
parent
30133a6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
README.md
README.md
+1
-7
No files found.
README.md
View file @
db44dc05
...
@@ -86,7 +86,7 @@ SED 内置了对一些数据集的支持。假定数据集存在于环境变量
...
@@ -86,7 +86,7 @@ SED 内置了对一些数据集的支持。假定数据集存在于环境变量
```
```
数据准备详情查看
[
dataset/readme.md
](
https://developer.hpccube.com/codes/modelzoo/sed_pytorch/-/blob/master/datasets/README.md
)
。
数据准备详情查看
[
dataset/readme.md
](
https://developer.hpccube.com/codes/modelzoo/sed_pytorch/-/blob/master/datasets/README.md
)
。
数据集SCnet快速下载链接:
[
coco-stuff
](
http://
113.200.138.88:18080/aidatasets/coco2017
)
、
[
ADEChallengeData2016
](
http://113.200.138.88:18080/aidatasets/adechallenged
ata2016
)
、
[
ADE20K_2021_17_01
](
http://
113.200.138.88:18080/aidatasets/ade20k_2021_17_01
)
、
[
VOCdevkit
](
http://
113.200.138.88:18080/aidatasets/vocdevkit
)
数据集SCnet快速下载链接:
[
coco-stuff
](
http
s
://
www.modelscope.cn/datasets/OmniData/COCO-Stuff
)
、
[
coco2017
](
https://cocodataset.org/#home
)
、
[
ADEChallengeData2016
](
http://data.csail.mit.edu/places/ADEchallenge/ADEChallengeD
ata2016
.zip
)
、
[
ADE20K_2021_17_01
](
http
s
://
ade20k.csail.mit.edu/index.html
)
、
[
VOCdevkit
](
http
s
://
link.zhihu.com/?target=http%3A//host.robots.ox.ac.uk/pascal/VOC/voc2012/
)
## 训练
## 训练
首先下载模型文件CLIP-convnext_base_w_320-laion_aesthetic-s13B-b82K和laionCLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup,放于weights目录下:
首先下载模型文件CLIP-convnext_base_w_320-laion_aesthetic-s13B-b82K和laionCLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup,放于weights目录下:
...
@@ -95,11 +95,6 @@ SED 内置了对一些数据集的支持。假定数据集存在于环境变量
...
@@ -95,11 +95,6 @@ SED 内置了对一些数据集的支持。假定数据集存在于环境变量
[
laionCLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup
](
https://huggingface.co/laion/CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup
)
[
laionCLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup
](
https://huggingface.co/laion/CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup
)
SCnet快速下载链接:
[
CLIP-convnext_base_w_320-laion_aesthetic-s13B-b82K
](
http://113.200.138.88:18080/aimodels/clip-convnext_base_w_320-laion_aesthetic-s13b-b82k
)
[
laionCLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup
](
http://113.200.138.88:18080/aimodels/CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup
)
注:使用本地模型文件时修改/open_clip/src/open_clip/pretrained.py文件中download_pretrained_from_hf函数下的cached_file地址为对应的权重本地文件夹地址,例如:
注:使用本地模型文件时修改/open_clip/src/open_clip/pretrained.py文件中download_pretrained_from_hf函数下的cached_file地址为对应的权重本地文件夹地址,例如:
```
```
...
@@ -128,7 +123,6 @@ sh run.sh configs/convnextL_768.yaml 4 output/
...
@@ -128,7 +123,6 @@ sh run.sh configs/convnextL_768.yaml 4 output/
注意:模型配置文件、clip文件与权重文件应一一对应
注意:模型配置文件、clip文件与权重文件应一一对应
SCnet快速下载链接:
[
models
](
http://113.200.138.88:18080/aimodels/SED
)
### 单卡推理
### 单卡推理
...
...
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