0 Star 1 Fork 0

gisfanmachel/mmseg语义分割

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
train_config.py 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
王龙 提交于 2024-06-06 19:38 . 提交代码
"""
#!/usr/bin/python3.9
# -*- coding: utf-8 -*-
@Project :mmsegmentation_main
@File :train_cmd.py
@IDE :PyCharm
@Author :chenxw
@Date :2024/6/3 11:29
@Descr:
"""
from mmengine import Config
config_file = "configs/pspnet/pspnet_r50-d8_4xb2-40k_cityscapes-512x1024.py"
config_file = "demo/pspnet_dump.py"
config_file = "work_dirs/scene_mmseg_v1-semseg-pspnet_mask/pspnet_dump.py"
config_file = "data/mmseg-semseg/scene/scene_mmseg_v1-semseg-pspnet_mask.py"
cfg = Config.fromfile(config_file)
print(f'Config:\n{cfg.pretty_text}')
cfg.dump('pspnet_dump2.py')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/gisfanmachel/mmseg-semantic-segmentation.git
git@gitee.com:gisfanmachel/mmseg-semantic-segmentation.git
gisfanmachel
mmseg-semantic-segmentation
mmseg语义分割
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385