aim-uofa/AdelaiDet

when convert position to bezier point,did the input data point need clockwise or anti-clockwise?

cqray1990 opened this issue · 2 comments

when convert position to bezier point,did the input data point need clockwise or anti-clockwise?

No. Basically, we simply follow the order of the original annotation.

@Yuliang-Liu
i find if the point order is not satisfy some rules, the attained control point is not right,such as i use cv2.findconours function to get data points and incoming to generate control points ,it is not right