Update README.md
Browse files
README.md
CHANGED
|
@@ -11,38 +11,44 @@ tags:
|
|
| 11 |
- robotics
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# TransFrag27K: Transparent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 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 |
-
|
|
|
|
| 28 |
|
| 29 |
-
To address this,
|
| 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
|
| 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
|
| 46 |
|
| 47 |
```
|
| 48 |
├─TransFrag27K
|
|
|
|
| 11 |
- robotics
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# TransFrag27K: Transparent Fragments Dataset
|
| 15 |
+
|
| 16 |
+
[](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
|