Project / 03 · 2025—26

TSMTemporal vision / HRI

Real-time Hand Gesture Recognition for Human–Robot Collaboration

A Temporal Shift Module pipeline for real-time gesture recognition, with data preparation, training configuration, checkpoint loading, and webcam inference.

TSM editorial illustrationFIG. 03 / EDITORIAL STUDY
ROLEVision module contributor
STATUSReleased module

Research question

How can a lightweight temporal model turn a sequence of human gestures into an efficient interaction signal for a collaborative robot?

Why it matters

This page treats the project as a system and a research record, not as a list of technologies.

System

01RGB video input02Frame-directory preparation03TSM + ResNet model04Five-class gesture task05CPU/GPU device selection06Webcam demo

Method & contribution

Implemented the TSM training and real-time deployment path for a custom five-class gesture task, including frame preparation, configuration, checkpoint loading, and webcam demonstration.

PERSONAL RESPONSIBILITY / 个人负责
  • 实现 TSM 训练与实时部署路径
  • 负责帧准备、配置、checkpoint 加载和 webcam 演示
  • 将公开仓库范围限定在自有视觉模块
  • Adapt a temporal-shift implementation to a custom dataset
  • Keep the public release focused on the owned vision contribution
  • Make training and deployment steps reproducible
  • Separate the larger team pipeline from this module

Evidence

OUTCOMES / 当前成果
  • Training and evaluation path documented for reproducible runs
  • Real-time webcam entry point preserved in the public module
ARTIFACTS / 可核验证据
  • Public source repository
  • English and Chinese documentation
  • Training/evaluation entry points
  • Real-time webcam demo path
Limitations / failure record

Robot grasping, object detection, segmentation, pose estimation, and robot control belong to the larger team project and are not claimed by this repository.