NeuroVizv0yaZ3R commited on
Commit
c6849f3
·
verified ·
1 Parent(s): 6d3a596

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +134 -3
README.md CHANGED
@@ -1,3 +1,134 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # IITKGP_Fence dataset
2
+
3
+ ## Overview
4
+ 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.
5
+ 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.
6
+
7
+
8
+ ## Dataset Structure
9
+ <details>
10
+ <summary>Click to expand directory structure</summary>
11
+
12
+ <pre style="font-size: 12px;">
13
+ └───IITKGP_Fence dataset
14
+ ├───Labeled
15
+ │ ├───GT
16
+ │ │ (1).png
17
+ │ │ ...
18
+ │ │ (175).png
19
+ │ │
20
+ │ ├───Imgs
21
+ │ │ (1).png
22
+ │ │ ...
23
+ │ │ (175).png
24
+ │ │
25
+ │ └───Others
26
+ │ ├───Bird
27
+ │ │ c1.png
28
+ │ │ ...
29
+ │ │ f1.png
30
+ │ │
31
+ │ ├───Blurred_bg
32
+ │ │ ├───GT
33
+ │ │ │ gt1.jpg
34
+ │ │ │ ...
35
+ │ │ │ gt88.jpg
36
+ │ │ │
37
+ │ │ └───Imgs
38
+ │ │ im (1).jpg
39
+ │ │ ...
40
+ │ │ im (88).jpg
41
+ │ │
42
+ │ └───...
43
+ └───Unlabeled
44
+ ├───DefocusBlurred
45
+ │ └───Blurred_fg
46
+ │ │ BlMov_01.mov
47
+ │ │ ...
48
+ │ │ BlMov_46.mov
49
+ │ │
50
+ │ └───Imgs
51
+ │ BlJPG_01.jpg
52
+ │ ...
53
+ ├───RGB
54
+ │ ├───Imgs
55
+ │ │ BlJPG_001.jpg
56
+ │ │ ...
57
+ │ │ BlJPG_205.jpg
58
+ │ │
59
+ │ └───Vids
60
+ │ ├───utils
61
+ │ └───Zoo
62
+ │ Zoo_001.mp4
63
+ │ ...
64
+ │ Zoo_205.mp4
65
+ └───RGBD
66
+ │ data1.mat
67
+ │ ...
68
+ ├───Othersamples
69
+ │ ├───DATA1
70
+ │ └───...
71
+ └───utils
72
+ </pre>
73
+
74
+ </details>
75
+
76
+ ### Dataset Description
77
+ Here's an overview of its structure and contents:
78
+
79
+ 1. **Labeled Data**:
80
+ - **GT (Ground Truth)**: Contains 175 PNG images representing the ground truth labels for corresponding input images.
81
+ - **Imgs**: Contains 175 PNG images, which are RGB images that correspond to the ground truth.
82
+ - **Others**:
83
+ - **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.
84
+ - **Blurred_bg**: This folder includes images with blurred backgrounds and corresponding ground truth occlusion segmentation labels.
85
+ - **GT**: Contains 88 ground truth occlusion mask.
86
+ - **Imgs**: Contains 88 blurred background images in JPG format.
87
+
88
+ 2. **Unlabeled Data**:
89
+ - **DefocusBlurred**: Focused on data related to blurred foreground occlusions.
90
+ - **Blurred_fg**: Contains 46 video files and `Imgs/'.
91
+ - **RGB**: Contains regular RGB images and videos.
92
+ - **Imgs**: 205 JPEG images of various scenes with occlusions.
93
+ - **Vids**: Includes a total of 214 video files.
94
+ - **RGBD**: Contains data for scenes with RGB images and depth data.
95
+ - **MAT files**: These files store all the data values and additional camera information for various samples.
96
+ - **Othersamples**: Includes additional data samples captured in laboratory.
97
+
98
+ ### Key Dataset Features:
99
+ - **Fence Detection**: Designed for detecting fences or fence-like structures that might occlude objects.
100
+ - **Defocus Blur**: Contains images and videos with blurred objects, likely to challenge detection and segmentation algorithms.
101
+ - **RGBD Data**: Offers depth information alongside RGB images, which can be used for tasks like 3D reconstruction or occlusion handling.
102
+ - **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.
103
+
104
+ ### Dataset Repository
105
+
106
+ - **GitHub Repository:** <a href="https://github.com/Moushumi9medhi/Occlusion-Removal" style="color: magenta;">Occlusion-Removal</a>
107
+ - **Paper:** [https://arxiv.org/abs/placeholder]
108
+ - **Authors:** [Sankaraganesh Jonna](https://www.linkedin.com/in/ganeshjonna/), Moushumi Medhi, [Rajiv Ranjan Sahay](https://www.iitkgp.ac.in/department/EE/faculty/ee-rajiv)
109
+
110
+ ## Usage
111
+ ```bash
112
+ pip install datasets
113
+
114
+ from datasets import load_dataset
115
+ dataset = load_dataset('NeuroVizv0yaZ3R/IITKGP_Fence_dataset')
116
+ ```
117
+
118
+ ## Citation
119
+
120
+ **BibTeX:**
121
+ Will be updated soon!
122
+
123
+ ## License
124
+
125
+ For license details, refer to the [LICENSE](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md) file.
126
+
127
+ ## Acknowledgments
128
+
129
+ 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.
130
+
131
+
132
+ ## Contact
133
134
+