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

詳細描述

ChaLearn 關注人物

實現了載入資料集

"ChaLearn 關注人物": http://gesture.chalearn.org/

用法

  1. 按照上述網站的說明,下載資料集 “Track 3: Gesture Recognition” 的檔案:Train1.zip-Train5.zip, Validation1.zip-Validation3.zip (在網站 www.codalab.org 上註冊並接受比賽的條款和條件:https://www.codalab.org/competitions/991#learn_the_details 有三個下載資料集檔案的映象。當我下載資料時,只有映象 "Universitat Oberta de Catalunya" 可用)。
  2. 將訓練集壓縮包 Train1.zip-Train5.zip 解壓到資料夾 Train/,驗證集壓縮包 Validation1.zip-Validation3.zip 解壓到資料夾 Validation/
  3. Train/ & Validation/ 中的所有壓縮包解壓到同名資料夾中,例如:Sample0001.zip 解壓到 Sample0001/
  4. 要載入資料,執行
    ./opencv/build/bin/example_datasets_gr_chalearn -p=/home/user/path_to_unpacked_folders/

謝菲爾德 Kinect 手勢資料集

實現了載入資料集

"謝菲爾德 Kinect 手勢資料集": http://lshao.staff.shef.ac.uk/data/SheffieldKinectGesture.htm

用法

  1. 從上面的連結下載資料集檔案:subject1_dep.7z-subject6_dep.7z, subject1_rgb.7z-subject6_rgb.7z
  2. 解壓它們。
  3. 要載入資料,執行
    ./opencv/build/bin/example_datasets_gr_skig -p=/home/user/path_to_unpacked_folders/

類  cv::datasets::GR_chalearn
 
結構體  cv::datasets::GR_chalearnObj
 
類  cv::datasets::GR_skig
 
結構體  cv::datasets::GR_skigObj
 
結構體  cv::datasets::groundTruth
 
結構體  cv::datasets::join
 
結構體  cv::datasets::skeleton
 

列舉

列舉  cv::datasets::actionType {
  cv::datasets::circle = 1 ,
  cv::datasets::triangle ,
  cv::datasets::updown ,
  cv::datasets::rightleft ,
  cv::datasets::wave ,
  cv::datasets::z ,
  cv::datasets::cross ,
  cv::datasets::comehere ,
  cv::datasets::turnaround ,
  cv::datasets::pat
}
 
列舉  cv::datasets::backgroundType {
  cv::datasets::woodenBoard = 1 ,
  cv::datasets::whitePaper ,
  cv::datasets::paperWithCharacters
}
 
列舉  cv::datasets::illuminationType {
  cv::datasets::light = 1 ,
  cv::datasets::dark
}
 
列舉  cv::datasets::poseType {
  cv::datasets::fist = 1 ,
  cv::datasets::index ,
  cv::datasets::flat
}
 

列舉型別文件

◆ actionType

#include <opencv2/datasets/gr_skig.hpp>

列舉器
circle 
Python: cv.datasets.circle
triangle 
Python: cv.datasets.triangle
updown 
Python: cv.datasets.updown
rightleft 
Python: cv.datasets.rightleft
wave 
Python: cv.datasets.wave
Python: cv.datasets.z
cross 
Python: cv.datasets.cross
comehere 
Python: cv.datasets.comehere
turnaround 
Python: cv.datasets.turnaround
pat 
Python: cv.datasets.pat

◆ backgroundType

#include <opencv2/datasets/gr_skig.hpp>

列舉器
woodenBoard 
Python: cv.datasets.woodenBoard
whitePaper 
Python: cv.datasets.whitePaper
paperWithCharacters 
Python: cv.datasets.paperWithCharacters

◆ illuminationType

#include <opencv2/datasets/gr_skig.hpp>

列舉器
light 
Python: cv.datasets.light
dark 
Python: cv.datasets.dark

◆ poseType

#include <opencv2/datasets/gr_skig.hpp>

列舉器
fist 
Python: cv.datasets.fist
index 
Python: cv.datasets.index
flat 
Python: cv.datasets.flat