jeya-maria-jose / Medical-Transformer

Official Pytorch Code for "Medical Transformer: Gated Axial-Attention for Medical Image Segmentation" - MICCAI 2021
MIT License
791 stars 176 forks source link

img_size And corp size #95

Open Zqsmy opened 2 months ago

Zqsmy commented 2 months ago

parser.add_argument('--imgsize', type=int, default=128) parser.add_argument('--crop', type=int, default=None)

How can I set img_size and crop to 192 256