# openpose-self **Repository Path**: pyzpeng01/openpose-self ## Basic Information - **Project Name**: openpose-self - **Description**: 一个openpose的简单复现 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-03-15 - **Last Updated**: 2024-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openpose-self 参见:[OpenPose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) ## 介绍 一个openpose的简单复现,可以使用TensorFlow 2.0或者PyTorch的框架。 目前使用的模型是由既有模型直接转换而来,h5格式的是TensorFlow模型,pth是PyTorch模型。之后若硬件条件允许则会尝试自己训练模型。 ## 一些说明 - 依赖:opencv-python,numpy,scipy,matplotlib,TensorFlow >=2.0.0或PyTorch,以及jupyter(用来打开notebook)。 - 模型文件较大,需单独下载,并放在`models/`目录下。[下载链接](https://share.weiyun.com/5zErKM3)