EAST icon indicating copy to clipboard operation
EAST copied to clipboard

Output size mismatch

Open xiaodiu2010 opened this issue 7 years ago • 2 comments

@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?

xiaodiu2010 avatar Mar 01 '18 03:03 xiaodiu2010

I think use a downsample rate of 1/4 is to save computation

argman avatar Mar 02 '18 02:03 argman

@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?

FLming avatar Jan 20 '20 02:01 FLming