Skip to content
View l846505908's full-sized avatar

Block or report l846505908

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. AlphaPose AlphaPose Public

    Forked from MVIG-SJTU/AlphaPose

    Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System

    Python 1 1

  2. lightweight-human-pose-estimation.pytorch lightweight-human-pose-estimation.pytorch Public

    Forked from Daniil-Osokin/lightweight-human-pose-estimation.pytorch

    Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.

    Python 1

  3. human-pose-estimation.pytorch human-pose-estimation.pytorch Public

    Forked from microsoft/human-pose-estimation.pytorch

    The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"

    Python 1

  4. opencv-python opencv-python Public

    Forked from rr93/opencv-python

    This repository generates precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.

    Shell

  5. openpose-opencv openpose-opencv Public

    Forked from FLHonker/openpose-opencv

    使用opencv3的DNN模型加载官方训练好的pose.caffemodel快速实现人体姿态估计。

    Python

  6. intel_cup-3Dcamera intel_cup-3Dcamera Public

    Forked from rao1219/intel_cup-3Dcamera

    这是我大三期间课余完成的一个利用体感摄像头对人体坐姿进行自动检测和矫正的软硬件结合项目。利用摄像头获取得到人体骨架信息,通过自行开发的骨架细化算法将骨架点的原始深度数据处理得到骨架关键点之间角度关系,并与标准骨架模型进行比对,从而对不规范的坐姿情景进行提醒。该项目用以参加Intel杯全国大学生软件创新大赛进入决赛,并获得全国13名的成绩。

    C#