| 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"] | |
| } | |
| 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"] | |
| } | |