chenbr7 commited on
Commit
7fd932b
·
verified ·
1 Parent(s): ad1bf2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -9
README.md CHANGED
@@ -11,38 +11,44 @@ tags:
11
  - robotics
12
  ---
13
 
14
- # TransFrag27K: Transparent Fragment Dataset
 
 
 
 
 
 
 
 
15
 
16
- [**Paper**](https://huggingface.co/papers/2603.20290) | [**Code**](https://github.com/Keithllin/Transparent-Fragments-Contour-Estimation)
17
 
18
- **Authors:** Qihao Lin, Borui Chen, Yuping Zhou, Jianing Wu, Yulan Guo, Weishi Zheng, Chongkun Xia.
19
 
20
  ## Dataset Summary
21
- TransFrag27K is the first large-scale transparent fragment dataset, which contains **27,000 images and masks** at a resolution of 640×480. The dataset covers fragments of common everyday glassware and incorporates **more than 150 background textures** and **100 HDRI environment lightings**.
22
 
23
  <p align="center">
24
  <img src="https://huggingface.co/datasets/chenbr7/TransFrag27K/resolve/main/demonstration.png" alt="Demonstration" width="1000"/>
25
  </p>
26
 
27
- Transparent objects, being a special category, have refractive and transmissive material properties that make their visual features highly sensitive to environmental lighting and background. In real-world scenarios, collecting data of transparent objects with diverse backgrounds and lighting conditions is challenging, and annotations are prone to errors due to difficulties in recognition.
 
28
 
29
- To address this, the authors designed an **automated dataset generation pipeline in Blender**:
30
  - Objects are randomly fractured using the Cell Fracture add-on.
31
  - Parametric scripts batch-adjust lighting, backgrounds, and camera poses.
32
  - Rendering is performed automatically to output paired RGB images and binary masks.
33
 
34
- The Blender script used to generate TransFrag27k also supports batch dataset generation with any scene in which objects are placed at a horizontal plane. For implementation details, please refer to the [official GitHub repository](https://github.com/Keithllin/Transparent-Fragments-Contour-Estimation).
35
 
36
  ---
37
 
38
  ## Supported Tasks
39
  - Semantic Segmentation for various transparent fragments.
40
- - Contour estimation for autonomous reassembly.
41
 
42
  ---
43
 
44
  ## Dataset Structure
45
- In our released dataset, to facilitate subsequent customized processing, we organize each object’s data in the following structure:
46
 
47
  ```
48
  ├─TransFrag27K
 
11
  - robotics
12
  ---
13
 
14
+ # TransFrag27K: Transparent Fragments Dataset
15
+
16
+ [![arXiv](https://img.shields.io/badge/arXiv-2603.20290-b31b1b.svg)](https://arxiv.org/abs/2603.20290)
17
+
18
+ ## Paper
19
+ [**Transparent Fragments Contour Estimation via Visual-Tactile Fusion for Autonomous Reassembly**](https://arxiv.org/abs/2603.20290)
20
+
21
+
22
+ [**Code**](https://github.com/Keithllin/Transparent-Fragments-Contour-Estimation)
23
 
 
24
 
 
25
 
26
  ## Dataset Summary
27
+ TransFrag27K is the first large-scale transparent fragments dataset, which contains **27,000 images and masks** at a resolution of 640×480. The dataset covers fragments of common everyday glassware and incorporates **more than 150 background textures** and **100 HDRI environment lightings**.
28
 
29
  <p align="center">
30
  <img src="https://huggingface.co/datasets/chenbr7/TransFrag27K/resolve/main/demonstration.png" alt="Demonstration" width="1000"/>
31
  </p>
32
 
33
+ ## Automated Synthetic Dataset Generation
34
+ Transparent objects, being a special category, have refractive and transmissive material properties that make their visual features highly sensitive to environmental lighting and background. In real-world scenarios, collecting data of transparent fragments is challenging because they are difficult to perceive and exhibit highly diverse and random shapes, which makes accurate annotation prone to errors.
35
 
36
+ To address this, we designed an **automated dataset generation pipeline in Blender**:
37
  - Objects are randomly fractured using the Cell Fracture add-on.
38
  - Parametric scripts batch-adjust lighting, backgrounds, and camera poses.
39
  - Rendering is performed automatically to output paired RGB images and binary masks.
40
 
41
+ The Blender pipeline used to generate TransFrag27K is generalizable to arbitrary objects placed on a horizontal plane (e.g., tabletop or ground scenarios), with randomized camera viewpoints and adjustable environmental configurations. For implementation details, please refer to our [GitHub repository](https://github.com/Keithllin/Transparent-Fragments-Contour-Estimation).
42
 
43
  ---
44
 
45
  ## Supported Tasks
46
  - Semantic Segmentation for various transparent fragments.
 
47
 
48
  ---
49
 
50
  ## Dataset Structure
51
+ In our released dataset, to facilitate subsequent customized processing, we organize each category’s data in the following structure:
52
 
53
  ```
54
  ├─TransFrag27K