File size: 6,467 Bytes
b0c640a
 
 
 
 
 
 
c6849f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322cc7e
c6849f3
 
 
 
 
 
 
 
 
 
 
 
 
322cc7e
 
 
 
 
 
 
 
 
 
c6849f3
 
 
 
 
 
 
 
 
 
b0c640a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
---
license: apache-2.0
task_categories:
- image-segmentation
language:
- en
---
# IITKGP_Fence dataset

## Overview
The **IITKGP_Fence dataset** is designed for tasks related to fence-like occlusion detection, defocus blur, depth mapping, and object segmentation. The captured data vaies in scene composition, background defocus, and object occlusions. 
The dataset comprises both labeled and unlabeled data, as well as additional video and RGB-D data. The contains ground truth occlusion masks (`GT`) for the corresponding images. We created the ground truth occlusion labels in a semi-automatic way with user interaction.


## Dataset Structure
<details>
<summary>Click to expand directory structure</summary>

<pre style="font-size: 12px;">
└───IITKGP_Fence dataset
    β”œβ”€β”€β”€Labeled
    β”‚   β”œβ”€β”€β”€GT
    β”‚   β”‚       (1).png
    β”‚   β”‚       ...
    β”‚   β”‚       (175).png
    β”‚   β”‚       
    β”‚   β”œβ”€β”€β”€Imgs
    β”‚   β”‚       (1).png
    β”‚   β”‚       ...
    β”‚   β”‚       (175).png
    β”‚   β”‚       
    β”‚   └───Others
    β”‚       β”œβ”€β”€β”€Bird
    β”‚       β”‚       c1.png
    β”‚       β”‚       ...
    β”‚       β”‚       f1.png
    β”‚       β”‚       
    β”‚       β”œβ”€β”€β”€Blurred_bg
    β”‚       β”‚   β”œβ”€β”€β”€GT
    β”‚       β”‚   β”‚       gt1.jpg
    β”‚       β”‚   β”‚       ...
    β”‚       β”‚   β”‚       gt88.jpg
    β”‚       β”‚   β”‚              
    β”‚       β”‚   └───Imgs
    β”‚       β”‚       im (1).jpg
    β”‚       β”‚       ...
    β”‚       β”‚       im (88).jpg
    β”‚       β”‚                      
    β”‚       └───...
    └───Unlabeled
        β”œβ”€β”€β”€DefocusBlurred
        β”‚   └───Blurred_fg
        β”‚       β”‚   BlMov_01.mov
        β”‚       β”‚   ...
        β”‚       β”‚   BlMov_46.mov
        β”‚       β”‚   
        β”‚       └───Imgs
        β”‚               BlJPG_01.jpg
        β”‚               ...
        β”œβ”€β”€β”€RGB
        β”‚   β”œβ”€β”€β”€Imgs
        β”‚   β”‚       BlJPG_001.jpg
        β”‚   β”‚       ...
        β”‚   β”‚       BlJPG_205.jpg
        β”‚   β”‚       
        β”‚   └───Vids
        β”‚       β”œβ”€β”€β”€utils
        β”‚       └───Zoo
        β”‚               Zoo_001.mp4
        β”‚               ...
        β”‚               Zoo_205.mp4
        └───RGBD
            β”‚   data1.mat
            β”‚   ...   
            β”œβ”€β”€β”€Othersamples
            β”‚   β”œβ”€β”€β”€DATA1
            β”‚   └───...
            └───utils
</pre>

</details>

### Dataset Description
 Here's an overview of its structure and contents:

1. **Labeled Data**:
   - **GT (Ground Truth)**: Contains 175 PNG images representing the ground truth labels for corresponding input images.
   - **Imgs**: Contains 175 PNG images, which are RGB images that correspond to the ground truth.
   - **Others**: 
     - **Multiple Scenes**: Contains various scenes (e.g., `Bird/`, `Tennis/`, etc.). Each scene consists of four pairs of RGB images and their corresponding ground truth masks.
     - **Blurred_bg**: This folder includes images with blurred backgrounds and corresponding ground truth occlusion segmentation labels.
       - **GT**: Contains 88 ground truth occlusion mask.
       - **Imgs**: Contains 88 blurred background images in JPG format.

2. **Unlabeled Data**:
   - **DefocusBlurred**: Focused on data related to blurred foreground occlusions.
     - **Blurred_fg**: Contains 46 video files and `Imgs/'.
   - **RGB**: Contains regular RGB images and videos.
     - **Imgs**: 205 JPEG images of various scenes with occlusions.
     - **Vids**: Includes a total of 214  video files.
   - **RGBD**: Contains data for scenes with RGB images and depth data.
     - **MAT files**: These files store all the data values and additional camera information for various samples.
     - **Othersamples**: Includes additional data samples captured in laboratory.

### Key Dataset Features:
- **Fence Detection**: Designed for detecting fences or fence-like structures that might occlude objects.
- **Defocus Blur**: Contains images and videos with blurred objects, likely to challenge detection and segmentation algorithms.
- **RGBD Data**: Offers depth information alongside RGB images, which can be used for tasks like 3D reconstruction or occlusion handling.
- **Unlabeled and Labeled Data**: Facilitates both supervised and unsupervised learning tasks. The `Labeled` <a href="https://huggingface.co/datasets/NeuroVizv0yaZ3R/IITKGP_Fence_dataset/tree/main/Labeled" style="color: darkorange;">folder</a>  data provides ground truth occlusion masks, while the `Unlabeled` <a href="https://huggingface.co/datasets/NeuroVizv0yaZ3R/IITKGP_Fence_dataset/tree/main/Unlabeled" style="color: teal;">folder</a> data allows for further experimentation or self-supervised methods.

### Dataset Repository

- **GitHub Repository:** <a href="https://github.com/Moushumi9medhi/Occlusion-Removal" style="color: magenta;">Occlusion-Removal</a>
- **Paper:** [Deep Generative Adversarial Network for Occlusion Removal from a Single Image](https://arxiv.org/abs/2409.13242)
  - **Authors:**  [Sankaraganesh Jonna](https://www.linkedin.com/in/ganeshjonna/), Moushumi Medhi, [Rajiv Ranjan Sahay](https://www.iitkgp.ac.in/department/EE/faculty/ee-rajiv)

## Usage
```bash
pip install datasets

from datasets import load_dataset
dataset = load_dataset('NeuroVizv0yaZ3R/IITKGP_Fence_dataset')
```

## Citation 

**BibTeX:**
```
@misc{jonna2024deepgenerativeadversarialnetwork,
      title={Deep Generative Adversarial Network for Occlusion Removal from a Single Image}, 
      author={Sankaraganesh Jonna and Moushumi Medhi and Rajiv Ranjan Sahay},
      year={2024},
      eprint={2409.13242},
      archivePrefix={arXiv},
      url={https://arxiv.org/abs/2409.13242}, 
}
```
## License

For license details, refer to the [LICENSE](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md) file. 

## Acknowledgments

We would like to express our gratitude to **Dr. Sreeja S R** for her valuable contributions to the [Imgs folder](https://huggingface.co/datasets/NeuroVizv0yaZ3R/IITKGP_Fence_dataset/tree/main/Unlabeled/RGB/Imgs) within the RGB directory of the Unlabeled dataset, which greatly enriched its diversity and quality.


## Contact
[[email protected]](mailto:[email protected])