File size: 310 Bytes
b1a9896
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
class PoseEstimator:
    def __init__(self):
        self.tracking_points = {
            "movement": ["hips", "legs", "butt"],
            "posture": ["back", "shoulders", "neck"],
            "flow": ["full_body", "transitions"]
            "type": ["strip_tease","booty_shake","lingerie"]
        }