BootyShakerAI / pose_estimation.py
ChromiumPlutoniumAI's picture
Create pose_estimation.py
b1a9896 verified
raw
history blame contribute delete
310 Bytes
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"]
}