randing2000 commited on
Commit
d19719c
·
verified ·
1 Parent(s): aaf1ad8

Make overview more concise

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ Accepted at **International Journal of Computer Vision (IJCV), 2026**.
27
 
28
  ## Overview
29
 
30
- Recent advances in predicting 6D grasp poses from a single depth image have led to promising performance in robotic grasping. However, previous grasping models face challenges in cluttered environments where nearby objects impact the target object's grasp. In this paper, we first establish a new benchmark dataset for TARget-driven Grasping under Occlusions, named TARGO. We make the following contributions: 1) We are the first to study the occlusion level of grasping. 2) We set up an evaluation benchmark consisting of large-scale synthetic data and part of real-world data, and we evaluated five grasp models and found that even the current SOTA model suffers when the occlusion level increases, leaving grasping under occlusion still a challenge. 3) We also generate a large-scale training dataset via a scalable pipeline, which can be used to boost the performance of grasping under occlusion and generalized to the real world. 4) We further propose a transformer-based grasping model involving a shape completion module, termed TARGO-Net, which performs most robustly as occlusion increases. Our benchmark dataset can be found at [this https URL](https://targo-benchmark.github.io/).
31
 
32
  ## Checkpoints
33
 
 
27
 
28
  ## Overview
29
 
30
+ TARGO is a benchmark for target-driven 6D robotic grasping under occlusion. It evaluates how grasping performance changes as target visibility decreases, using large-scale synthetic data and real-world scenes. TARGO-Net is a transformer-based grasping model with a shape completion module, designed to remain robust as occlusion increases. The benchmark dataset and project details are available at [https://targo-benchmark.github.io/](https://targo-benchmark.github.io/).
31
 
32
  ## Checkpoints
33