pytorch-nested-unet
pytorch-nested-unet copied to clipboard
How do I train on different image dimenstions e.g 192 x 192 instead of 96 x 96 pixels?
I can train with my own dataset if I use 96 pixels x 96 pixels with matching masks. When I change this to 192 or 512 pixels my model always gets 0.00 IoU. Thanks!
Example files: