EAST
EAST copied to clipboard
Output size mismatch
@argman Thanks for your effort! I have a problem when running the code. The input size of image and ground truth mask is 512. But the output of the network, in the end, is only 128. Why is that?
I think use a downsample rate of 1/4 is to save computation
@xiaodiu2010 @zxytim @argman I am building my own EAST net, and noticed the problem, the output of map size is 128, but input size is 512, I tried to find the statement in the code to make it match, but I didn't find it. Could you explain how to make it match?