Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRConvNet

Refactored version of the Repository used in the GrConvNet Paper. The original repository can be found here.

Usage

Multiple demonstrations of the usage of the refactored code can be found in the notebooks/usage folder.

Processing chain

The refactored version is using a pipeline based approach. The components of the pipeline are: Dataset
↓ <raw data>
DatasetClass
↓ CameraData
Preprocessor
↓ TensorType[1, 4, 224, 224]
Grconvnet
↓ TensorType[1, 4, 1, 224, 224]
Postprocessor
↓ List[ImageGrasp] Img2WorldConverter
↓ RealGrasp

About

Refactored version of the Grconvnet for robotic grasping.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages