1 Star 3 Fork 1

越努力越幸运/Pytorch-Medical-Segmentation(2D 3D)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hparam.py 351 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ellis 提交于 2021-01-12 10:01 . train_test
class hparams:
train_or_test = 'train'
debug = False
mode = '2d' # '2d or '3d'
in_class = 1
out_class = 1
crop_or_pad_size = 256
patch_size = 128
fold_arch = '*.mhd'
source_train_dir = 'img'
label_train_dir = 'label'
source_test_dir = 'img'
label_test_dir = 'label'
output_dir_test = 'results'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fxtfxt/Pytorch-Medical-Segmentation.git
git@gitee.com:fxtfxt/Pytorch-Medical-Segmentation.git
fxtfxt
Pytorch-Medical-Segmentation
Pytorch-Medical-Segmentation(2D 3D)
master

搜索帮助