Jackqu / keypoints

A pytorch implementation of Google's paper <Towards Accurate Multi-person Pose Estimation in the Wild>

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keypoints

A pytorch implementation of Google's paper <Towards Accurate Multi-person Pose Estimation in the Wild>

dataset

labels example

[[x1,y1,v1,x2,y2,v2,...],[...]]

where v = 1 (visible), v = 2 (not visible)

About

A pytorch implementation of Google's paper <Towards Accurate Multi-person Pose Estimation in the Wild>

License:MIT License


Languages

Language:Python 100.0%