Loading...
Searching...
No Matches
Human Pose Estimation
Classes | |
| class | cv::datasets::HPE_humaneva |
| struct | cv::datasets::HPE_humanevaObj |
| class | cv::datasets::HPE_parse |
| struct | cv::datasets::HPE_parseObj |
Enumerations | |
| enum | cv::datasets::datasetType { cv::datasets::humaneva_1 = 1 , cv::datasets::humaneva_2 } |
Detailed Description
HumanEva Dataset
Implements loading dataset:
"HumanEva Dataset": http://humaneva.is.tue.mpg.de
Usage:
- From link above download dataset files for
HumanEva-I(tar) &HumanEva-II. - Unpack them to
HumanEva_1&HumanEva_2accordingly. - To load data run: ./opencv/build/bin/example_datasets_hpe_humaneva -p=/home/user/path_to_unpacked_folders/
PARSE Dataset
Implements loading dataset:
"PARSE Dataset": http://www.ics.uci.edu/~dramanan/papers/parse/
Usage:
- From link above download dataset file:
people.zip. - Unpack it.
- To load data run: ./opencv/build/bin/example_datasets_hpe_parse -p=/home/user/path_to_unpacked_folder/people_all/
Enumeration Type Documentation
◆ datasetType
#include <opencv2/datasets/hpe_humaneva.hpp>
| Enumerator | |
|---|---|
| humaneva_1 | |
| humaneva_2 | |
1.9.6