# PoseClassifiactionFinal **Repository Path**: njupj---gty/PoseClassifiactionFinal ## Basic Information - **Project Name**: PoseClassifiactionFinal - **Description**: use mediapipe and logistic regression to create a pose classification - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-28 - **Last Updated**: 2022-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PoseClassifiactionFinal #### 介绍 use mediapipe and logistic regression to create a pose classification create_landmarks_csv -------使用mediapipe检测关键点坐标并将其写入到 coords/coords.csv文件中 model.py ----------------.逻辑回归模型 train.py ----------------训练模型,并将训练好的权重文件保存到weight中 detect.py ---------------进行检测