GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.51k stars 880 forks source link

PSPNet Image Sizes #186

Open RorryB opened 5 years ago

RorryB commented 5 years ago

Just want to confirm this implementation of PSPNet does not allow for the use of arbitrary/differing sized images during training and testing/inference? My understanding of the architecture is that it should be possible to do that. Is that only because of dilated convolutions in the original?