RogerYu

Results 3 issues of RogerYu

Hi,i am in trouble when i use the pre-train model ''InceptionV3" in keras. here's my code: ``` width = image_size[0] height = image_size[1] input_tensor = Input((height, width, 3)) x =...

通过解码预测得到的框大概率会有偏移,有什么办法可以优化这种情况吗?

do you mean replece these code in EAST? ``` for y, x in xy_in_poly: point = np.array([x, y], dtype=np.float32) # top geo_map[y, x, 0] = point_dist_to_line(p0_rect, p1_rect, point) # right...