All Projects → baolinhu → kinect-gesture

baolinhu / kinect-gesture

Licence: other
基于kinect 的人体 动作识别

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to kinect-gesture

ARehab
ARehab is a free software for physical rehab, aided by augmented reality technologies and user tracking systems, such as Microsoft Kinect v2.
Stars: ✭ 20 (-84.5%)
Mutual labels:  kinect
san
The official PyTorch implementation of "Context Matters: Self-Attention for sign Language Recognition"
Stars: ✭ 17 (-86.82%)
Mutual labels:  action-recognition
cpnet
Learning Video Representations from Correspondence Proposals (CVPR 2019 Oral)
Stars: ✭ 93 (-27.91%)
Mutual labels:  action-recognition
ICCV2021-Paper-Code-Interpretation
ICCV2021/2019/2017 论文/代码/解读/直播合集,极市团队整理
Stars: ✭ 2,022 (+1467.44%)
Mutual labels:  action-recognition
Vridge.Kinect
Using the Kinect sensor with RIftcat/Vridge has head and hands trackers.
Stars: ✭ 18 (-86.05%)
Mutual labels:  kinect
Dataset-REPAIR
REPresentAtion bIas Removal (REPAIR) of datasets
Stars: ✭ 49 (-62.02%)
Mutual labels:  action-recognition
Two-Stream-CNN
Two Stream CNN implemented in Keras using in skeleton-based action recognition with dataset NTU RGB+D
Stars: ✭ 75 (-41.86%)
Mutual labels:  action-recognition
DLCV2018SPRING
Deep Learning for Computer Vision (CommE 5052) in NTU
Stars: ✭ 38 (-70.54%)
Mutual labels:  action-recognition
theWorldInSafety
Surveillance System Against Violence
Stars: ✭ 31 (-75.97%)
Mutual labels:  action-recognition
TadTR
End-to-end Temporal Action Detection with Transformer. [Under review for a journal publication]
Stars: ✭ 55 (-57.36%)
Mutual labels:  action-recognition
adascan-public
Code for AdaScan: Adaptive Scan Pooling (CVPR 2017)
Stars: ✭ 43 (-66.67%)
Mutual labels:  action-recognition
TCFPN-ISBA
Temporal Convolutional Feature Pyramid Network (TCFPN) & Iterative Soft Boundary Assignment (ISBA), CVPR '18
Stars: ✭ 40 (-68.99%)
Mutual labels:  action-recognition
two-stream-fusion-for-action-recognition-in-videos
No description or website provided.
Stars: ✭ 80 (-37.98%)
Mutual labels:  action-recognition
DepthKit-A-Frame
🎥 An A-Frame component for rendering DepthKit volumetric videos in WebVR
Stars: ✭ 34 (-73.64%)
Mutual labels:  kinect
torch-lrcn
An implementation of the LRCN in Torch
Stars: ✭ 85 (-34.11%)
Mutual labels:  action-recognition
KinectUtil
This project solves the problem of mismatching between rgb camera and depth camera of Kinect camera. And we can get higher quality point cloud model than Kinect itself. We solve the problem by first using both DLT and Zhangzhengyou‘s checkerboard to calibrate the camera, and then applying the calibrated parameters to project and re-project from…
Stars: ✭ 28 (-78.29%)
Mutual labels:  kinect
video repres mas
code for CVPR-2019 paper: Self-supervised Spatio-temporal Representation Learning for Videos by Predicting Motion and Appearance Statistics
Stars: ✭ 63 (-51.16%)
Mutual labels:  action-recognition
GST-video
ICCV 19 Grouped Spatial-Temporal Aggretation for Efficient Action Recognition
Stars: ✭ 40 (-68.99%)
Mutual labels:  action-recognition
ntu-x
NTU-X, which is an extended version of popular NTU dataset
Stars: ✭ 55 (-57.36%)
Mutual labels:  action-recognition
Robust-Deep-Learning-Pipeline
Deep Convolutional Bidirectional LSTM for Complex Activity Recognition with Missing Data. Human Activity Recognition Challenge. Springer SIST (2020)
Stars: ✭ 20 (-84.5%)
Mutual labels:  action-recognition

Action recognition

基于kinect的人体动作识别系统。对应的CSDN博客在这里

development environment(开发环境):

  • 程序描述:基于Kinect的人体动作识别系统
  • 开发测试所用IDE版本:Visual Studio 2013
  • 开发测试所用OpenCV版本: 3.0 beta
  • 开发测试所使用硬件: KinectV2 Xbox
  • 操作系统:Windows 10
  • Kinect SDK版本:KinectSDK-v2.0-PublicPreview1409-Setup
  • 2017年4月 Created by @胡保林 [email protected]

Basic useful functions(基本功能):

  • Save file: 保存深度图像和骨骼图像到任意指定目录下
  • Detect: 可以检测人的左移右移、上蹦下跳等动作
  • Display: 可以实时显示深度图像和骨骼图像
  • Start/Exit:启动/退出

界面截图:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].