OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

詳細説明

ChaLearn Looking at People

データセットの読み込みを実装する:

"ChaLearn Looking at People": 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 データセットファイルのダウンロード用ミラーは3つある。筆者がデータをダウンロードしたときは、ミラー "Universitat Oberta de Catalunya" のみ動作した)。
  2. 訓練用アーカイブ Train1.zip-Train5.zip をフォルダ Train/ に、検証用アーカイブ Validation1.zip-Validation3.zip をフォルダ Validation/ に展開する
  3. Train/ & Validation/ 内のすべてのアーカイブを同じ名前のフォルダに展開する。例: Sample0001.zipSample0001/
  4. データを読み込むには次を実行する:
    ./opencv/build/bin/example_datasets_gr_chalearn -p=/home/user/path_to_unpacked_folders/

Sheffield Kinect Gesture Dataset

データセットの読み込みを実装する:

"Sheffield Kinect Gesture Dataset": 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/

クラス

class  cv::datasets::GR_chalearn
 
struct  cv::datasets::GR_chalearnObj
 
class  cv::datasets::GR_skig
 
struct  cv::datasets::GR_skigObj
 
struct  cv::datasets::groundTruth
 
struct  cv::datasets::join
 
struct  cv::datasets::skeleton
 

列挙型

enum  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
}
 
enum  cv::datasets::backgroundType {
  cv::datasets::woodenBoard = 1 ,
  cv::datasets::whitePaper ,
  cv::datasets::paperWithCharacters
}
 
enum  cv::datasets::illuminationType {
  cv::datasets::light = 1 ,
  cv::datasets::dark
}
 
enum  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