@qubvel Hi! Thanks for the code.
I have followed the example in multiclass segmentation (camvid).ipynb and I saw that for validation and test data there is a data augmentation that make the input size divisible by 32. Is this necessary for all cases? (My picture size is 1280*966)
Also in the example the data loader always return image and annotation, but my test data set don't have the annotation, is it correct to change as follow for test data set?
@qubvel Hi! Thanks for the code. I have followed the example in multiclass segmentation (camvid).ipynb and I saw that for validation and test data there is a data augmentation that make the input size divisible by 32. Is this necessary for all cases? (My picture size is 1280*966) Also in the example the data loader always return image and annotation, but my test data set don't have the annotation, is it correct to change as follow for test data set?