Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,6 @@ tags:
|
|
8 |
- synthetic
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
11 |
-
arxiv:
|
12 |
|
13 |
---
|
14 |
# TransFrag27K: Transparent Fragment Dataset
|
@@ -16,6 +15,11 @@ arxiv:
|
|
16 |
## Dataset Summary
|
17 |
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**.
|
18 |
|
|
|
|
|
|
|
|
|
|
|
19 |
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.
|
20 |
|
21 |
To address this, we designed an **automated dataset generation pipeline in Blender**:
|
@@ -24,7 +28,7 @@ To address this, we designed an **automated dataset generation pipeline in Blend
|
|
24 |
- Rendering is performed automatically to output paired RGB images and binary masks.
|
25 |
|
26 |
The Blender script we 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:
|
27 |
-
[
|
28 |
|
29 |
|
30 |
---
|
|
|
8 |
- synthetic
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
|
|
11 |
|
12 |
---
|
13 |
# TransFrag27K: Transparent Fragment Dataset
|
|
|
15 |
## Dataset Summary
|
16 |
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**.
|
17 |
|
18 |
+
<p align="center">
|
19 |
+
<img src="./demonstration.png" alt="Demonstration" width="1000"/>
|
20 |
+
</p>
|
21 |
+
|
22 |
+
|
23 |
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.
|
24 |
|
25 |
To address this, we designed an **automated dataset generation pipeline in Blender**:
|
|
|
28 |
- Rendering is performed automatically to output paired RGB images and binary masks.
|
29 |
|
30 |
The Blender script we 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:
|
31 |
+
[Transparent-Fragments-Contour-Estimation](https://github.com/Keithllin/Transparent-Fragments-Contour-Estimation)
|
32 |
|
33 |
|
34 |
---
|