EAST
EAST copied to clipboard
nms
Hi
is there an difference between
boxes = nms_locality.nms_locality(boxes.astype(np.float64), nms_thres) and
boxes = lanms.merge_quadrangle_n9(boxes.astype('float32'), nms_thres)?
thank you so much
I am also seeing different results using the two methods. Are you able to figure out the reason?
+1