/4D-Association

a bottom-up human pose estimator. a python impletment of 4D association

Primary LanguagePythonMIT LicenseMIT

BottomUpHPE

a bottom-up human pose estimator

this repository is a python implementation of 4D Association

image

The data directory tree should look like this:

${ROOT}
|-- data
    |-- seq_1
    |   |-- calibrations.json
    |   |-- skel.txt
    |   |-- detection
    |	|	|-- 18181923.txt
    |	|	|-- ...
    |	|	|-- 18307870.txt
    |   |-- video
    |	|	|-- 18181923.avi
    |	|	|-- ...
    |	|	|-- 18307870.avi
    |-- seq_2
    |   |-- calibrations.json
    |   |-- skel.txt
    |   |-- detection
    |	|	|-- 18181923.txt
    |	|	|-- ...
    |	|	|-- 18307870.txt
    |   |-- video
    |	|	|-- 18181923.avi
    |	|	|-- ...
    |	|	|-- 18307870.avi

prepare openpose model weight

  1. download weight from google drive
  2. place this file into ./openpose/weigth/

demo:

python main.py