Based on your code, it seems that you crop the center from a 540x540 image to get the 270x270 image as input, and for annotation, you crop the center from a 540x540 annotation to get the 80x80 annotation as output/ground truth. I wonder why for input you only use the center part instead od the original size of the image and also for annotation why you don't keep it consistent with the input size (e.g. 270x270 or 540x540), instead, you use a smaller outputsize?
Could you simply explain this to me?
Thank you!
Based on your code, it seems that you crop the center from a 540x540 image to get the 270x270 image as input, and for annotation, you crop the center from a 540x540 annotation to get the 80x80 annotation as output/ground truth. I wonder why for input you only use the center part instead od the original size of the image and also for annotation why you don't keep it consistent with the input size (e.g. 270x270 or 540x540), instead, you use a smaller outputsize?
Could you simply explain this to me?
Thank you!