Human Pose Estimation#

Detailed Description#

HumanEva Dataset#

Implements loading dataset:

“HumanEva Dataset”: http://humaneva.is.tue.mpg.de

Usage:

  1. From link above download dataset files for HumanEva-I (tar) & HumanEva-II.

  2. Unpack them to HumanEva_1 & HumanEva_2 accordingly.

  3. To load data run:

PARSE Dataset#

Implements loading dataset:

“PARSE Dataset”: http://www.ics.uci.edu/~dramanan/papers/parse/

Usage:

  1. From link above download dataset file: people.zip.

  2. Unpack it.

  3. To load data run:

Classes#

Enumerations#

View details

Enumeration Type Documentation#

datasetType#

enum cv::datasets::datasetType

#include <opencv2/datasets/hpe_humaneva.hpp>

Enumerator:

humaneva_1
Python: cv.datasets.humaneva_1

humaneva_2
Python: cv.datasets.humaneva_2