Beckschen / 3D-TransUNet

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

config #5

Open usst-changbo opened 10 months ago

usst-changbo commented 10 months ago

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

Beckschen commented 10 months 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