Normalized file endings.
This commit is contained in:
@@ -215,4 +215,3 @@ def draw_keypoints(vis, keypoints, color = (0, 255, 255)):
|
||||
for kp in keypoints:
|
||||
x, y = kp.pt
|
||||
cv2.circle(vis, (int(x), int(y)), 2, color)
|
||||
|
||||
|
Reference in New Issue
Block a user