TorchSemiSeg icon indicating copy to clipboard operation
TorchSemiSeg copied to clipboard

Question about the crop size

Open revaeb opened this issue 3 years ago • 3 comments

Thx for your marvelous work! When I was trying to reproduce your work in voc2012 dataset, I felt strange about the size of inputting images after cropping operation, should it be like batch* channel321321, same with other methods? In your work the size of images is batch* channel512512 now,if I have not made a mistake.

revaeb avatar Aug 15 '21 07:08 revaeb

Hi, we use the crop size 512x512, as illustrated in the paper. We reproduce other methods under the same training setting including the crop size (an example here), so the comparisons are fair. Some papers use the crop size 321x321 but we haven't tried that. I think the experimental phenomenon will be the same (or similar) using different crop sizes.

charlesCXK avatar Aug 15 '21 08:08 charlesCXK

Appreciate for your quick response! I'll check it out!

revaeb avatar Aug 15 '21 08:08 revaeb

@revaeb Hello, did you run experiments with 321x321 crop size? Can I get some results about this?

JihwanEom avatar Sep 13 '21 02:09 JihwanEom