Welcome to the repository for the "Grasp the Graph" (GtG) framework! This project implements the concepts outlined in the GtG paper. We utilize CoppeliaSim as our simulation environment, along with key dependencies such as PyTorch, PyTorch Geometric, and Open3D.
The model is trained in a scenario featuring a single object within the scene. We employ 3 RGB-D cameras strategically positioned with a 120-degree separation to capture a comprehensive point cloud representation of the object.
Our test results exhibit remarkable generalization and robustness to previously unseen objects. Even with just a single camera, the performance of our model remains commendably stable. Notably, while the model is trained solely on scenes featuring single objects, it demonstrates the ability to operate in scenarios with multiple objects, provided they do not occlude each other. (Note: this capability is not covered in the paper.)
For your convenience, we provide the checkpoint file named "GtG_best.pth". Further details can be found in the paper, available on IEEE Xplore or ResearchGate, and on our Google Site.
Overall Performance on test Objects:

- Paper (IEEE Xplore): IEEE Xplore
- Paper (ResearchGate): ResearchGate
- Google Site: Google Site
For any inquiries or feedback, feel free to reach out to me at [AliRashidiMoghadam@gmail.com].



