Beckschen / 3D-TransUNet

This is the official repository for the paper "3D TransUNet: Advancing Medical Image Segmentation through Vision Transformers"
Apache License 2.0
201 stars 13 forks source link

config #5

Open usst-changbo opened 1 year ago

usst-changbo commented 1 year ago

parser.add_argument('--config', default='', type=str, metavar='FILE', help='YAML config file specifying default arguments')这段代码中的默认config文件在哪里

Beckschen commented 1 year ago

The YAML files are specified here "https://github.com/Beckschen/3D-TransUNet/tree/main/configs"

Let me know if you have more questions!

Best Jieneng