Pose estimator for controlling a robotic arm with vision
Top 95.8% on sourcepulse
CRAVES provides a vision-based system for controlling a toy robotic arm (OWI-535) using a single RGB camera. It targets researchers and developers in robotics and computer vision, enabling robotic arm manipulation without additional sensors through its pose estimation module.
How It Works
The system employs a deep learning-based 2D pose estimation module, built upon the pytorch-pose framework, to identify keypoints on the robotic arm. This module is trained on synthetic, lab, and YouTube datasets. The estimated poses are then used by a separate control module (hosted on a different repository) to command the robotic arm's movements.
Quick Start & Requirements
pip install pytorch opencv-python imageio
sh scripts/val_arm_reall.sh
(ensure paths in the script match your setup)python data_generation/demo_capture.py
after installing unrealcv
and imageio
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 months ago
1 week