deeplabv3
deeplabv3 copied to clipboard
shape doesn't match
when i use resnet50-152 as the backbone to evaluate on my datasets , the shape doesn't match?
i got the same problem!
i got the same problem! input: torch.Size([1, 3, 513, 513]) output: torch.Size([1, 21, 65, 65])