#!/usr/bin/env python2 import time import struct import pygame import sys SCALE = 2 GREEN = (0,255,0) GRAY = (127, 127, 127) KEYPOINTS_SIZE = 16 def load_keypoints(path): kpts = [] with open(path, "rb") as f: size = struct.unpack("