OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
| 枚举

详细说明

HumanEva 数据集

实现加载数据集

"HumanEva 数据集": http://humaneva.is.tue.mpg.de

用法

  1. 从以上链接下载 `HumanEva-I`(tar)和 `HumanEva-II` 的数据集文件。
  2. 相应地将它们解压到 `HumanEva_1` 和 `HumanEva_2`。
  3. 要加载数据,请运行
    ./opencv/build/bin/example_datasets_hpe_humaneva -p=/home/user/path_to_unpacked_folders/

PARSE 数据集

实现加载数据集

"PARSE 数据集": http://www.ics.uci.edu/~dramanan/papers/parse/

用法

  1. 从以上链接下载数据集文件:`people.zip`。
  2. 解压它。
  3. 要加载数据,请运行
    ./opencv/build/bin/example_datasets_hpe_parse -p=/home/user/path_to_unpacked_folder/people_all/

类  cv::datasets::HPE_humaneva
 
结构  cv::datasets::HPE_humanevaObj
 
类  cv::datasets::HPE_parse
 
结构  cv::datasets::HPE_parseObj
 

枚举

枚举  cv::datasets::datasetType {
  cv::datasets::humaneva_1 = 1 ,
  cv::datasets::humaneva_2
}
 

枚举类型文档

◆ datasetType

#include <opencv2/datasets/hpe_humaneva.hpp>

枚举器
humaneva_1 
Python:cv.datasets.humaneva_1
humaneva_2 
Python:cv.datasets.humaneva_2