can not get the right shape, I set 512x512
parser.add_argument('--img_height', default=512, type=int, help='height of input images')
parser.add_argument('--img_width', default=512, type=int, help='width of input images')
I found my input size has been changed


can not get the right shape, I set 512x512
I found my input size has been changed
