falcondai / robot-grasp

a project to use learning to solve the robotic grasp problem
MIT License
20 stars 6 forks source link

Robotic grasp

Use learning to solve the robotic grasp problem.

approach

We factored the system into 3 components:

and we will learn/optimize each component using data collected on and off a robot (Baxter).

datasets

training the grasp evaluator

To train a reasonable grasp evaluator, we treated the evaluation problem as a binary classification task and used the publicly available Cornell grasp dataset to train off the robot. Here are some of statistics of this dataset:

usage

use pre-trained models

training

authors

Falcon Dai (dai@ttic.edu)