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

is crop size same with image size for production ? #241

Open ramdhan1989 opened 4 years ago

ramdhan1989 commented 4 years ago

Kindly need explanation, I have images 1280 720 pixels for training and expected same size for production (implementation). How to configure crop size ? should I use 1280 720 ? or any crop size can be used during training and can be applied for 1280 720 images in the implementation ?

thank you

nikhilwohlig commented 3 years ago

Kindly need explanation, I have images 1280 720 pixels for training and expected same size for production (implementation). How to configure crop size ? should I use 1280 720 ? or any crop size can be used during training and can be applied for 1280 720 images in the implementation ?

thank you

Hi, did you find the solution to this ? I am also facing the same issue.