OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項

詳細描述

HumanEva 資料集

實現了載入資料集

"HumanEva 資料集": http://humaneva.is.tue.mpg.de

用法

  1. 從上面的連結下載 HumanEva-I (tar) 和 HumanEva-II 的資料集檔案。
  2. 將它們分別解壓到 HumanEva_1HumanEva_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