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