edwardnguyen1705 / robotic-grasping-cornell

Use CNNs to estimate a grasping point and angle of a given object, so that the robot arm can pick the object.
28 stars 5 forks source link

Robotic-grasping-cornell

In this project, Deep Convolutional Neural Networks (DCNNs) is used to simultanously detect a grasping point and angle of an object, so that a robot arm can pick the object. In general, this is the implementation of a small model of the model presented in this paper https://arxiv.org/abs/1802.00520. We do not implement the Grasp Proposal Networks, so instead of using 2-stage DCNNs, we use one-stage DCNNs.

Platform

Codes

  1. Data preprocessing
  2. Training
  3. Demo

1. Data preprocessing

2. Training

$ python3 train.py --epochs 100 --lr 0.0001 --batch_size 8

3. Demo

Acknowledgment

This repo borrows some of code from https://github.com/ivalab/grasp_multiObject_multiGrasp