This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# EMCAD 默认配置文件
# 数据集配置
dataset:
name:"ACDC"# Synapse 或 ACDC
root_path:"/data/ACDC/train"
volume_path:"/data/ACDC/test"
list_dir:"/data/ACDC/lists_ACDC"
num_classes:4
z_spacing:1
img_size:224
# 模型配置
model:
encoder:"pvt_v2_b2"# pvt_v2_b0, pvt_v2_b1, pvt_v2_b2, resnet18, etc.