Update README.md
Browse files
README.md
CHANGED
@@ -88,24 +88,103 @@ Four Dataset is used in the work
|
|
88 |
- Cityscapes Dataset
|
89 |
```
|
90 |
|-CityScapes
|
91 |
-
|----leftImg8bit
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
|----trainlist.txt #image list used for training
|
94 |
|----vallist.txt #image list used for testing
|
95 |
-
|----cityscape.yaml #configuration file for
|
96 |
```
|
97 |
|
98 |
- ACDC Dataset
|
99 |
```
|
100 |
|-ACDC
|
101 |
-
|----rgb_anon
|
102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
|----vallist_fog.txt #image list used for testing fog data
|
104 |
|----vallist_rain.txt #image list used for testing rain data
|
105 |
|----vallist_snow.txt #image list used for testing snow data
|
106 |
|----acdc.yaml #configuration file for ACDC dataset
|
107 |
```
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
## Weights
|
110 |
To download the pretrained weights please visit [Hugging Face Repo](https://huggingface.co/mahmed10/CAM-Seg)
|
111 |
- **LDM model** Pretrained model from Rombach et al.'s Latent Diffusion Models is used [Link](https://huggingface.co/mahmed10/CAM-Seg/resolve/main/pretrained_models/vae/modelf16.ckpt)
|
|
|
88 |
- Cityscapes Dataset
|
89 |
```
|
90 |
|-CityScapes
|
91 |
+
|----leftImg8bit
|
92 |
+
|--------train
|
93 |
+
|------------aachen #contians the RGB images
|
94 |
+
|------------bochum #contians the RGB images
|
95 |
+
|................
|
96 |
+
|------------zurich #contians the RGB images
|
97 |
+
|--------val
|
98 |
+
|................
|
99 |
+
|----gtFine
|
100 |
+
|--------train
|
101 |
+
|------------aachen #contians the RGB images #contains semantic segmentation labels
|
102 |
+
|------------bochum #contians the RGB images #contains semantic segmentation labels
|
103 |
+
|................
|
104 |
+
|------------zurich #contians the RGB images #contains semantic segmentation labels
|
105 |
+
|--------val
|
106 |
+
|................
|
107 |
|----trainlist.txt #image list used for training
|
108 |
|----vallist.txt #image list used for testing
|
109 |
+
|----cityscape.yaml #configuration file for CityScapes dataset
|
110 |
```
|
111 |
|
112 |
- ACDC Dataset
|
113 |
```
|
114 |
|-ACDC
|
115 |
+
|----rgb_anon
|
116 |
+
|--------fog
|
117 |
+
|------------train
|
118 |
+
|----------------GOPR0475 #contians the RGB images
|
119 |
+
|----------------GOPR0476 #contians the RGB images
|
120 |
+
|................
|
121 |
+
|----------------GP020478 #contians the RGB images
|
122 |
+
|------------val
|
123 |
+
|................
|
124 |
+
|--------rain
|
125 |
+
|................
|
126 |
+
|--------snow
|
127 |
+
|................
|
128 |
+
|----gt
|
129 |
+
|--------fog
|
130 |
+
|------------train
|
131 |
+
|----------------GOPR0475 #contains semantic segmentation labels
|
132 |
+
|----------------GOPR0476 #contains semantic segmentation labels
|
133 |
+
|................
|
134 |
+
|----------------GP020478 #contains semantic segmentation labels
|
135 |
+
|------------val
|
136 |
+
|................
|
137 |
+
|--------rain
|
138 |
+
|................
|
139 |
+
|--------snow
|
140 |
+
|................
|
141 |
|----vallist_fog.txt #image list used for testing fog data
|
142 |
|----vallist_rain.txt #image list used for testing rain data
|
143 |
|----vallist_snow.txt #image list used for testing snow data
|
144 |
|----acdc.yaml #configuration file for ACDC dataset
|
145 |
```
|
146 |
|
147 |
+
- SemanticKitti Dataset
|
148 |
+
```
|
149 |
+
|-SemanticKitti
|
150 |
+
|----training
|
151 |
+
|--------image_02
|
152 |
+
|------------0000 #contians the RGB images
|
153 |
+
|------------0001 #contians the RGB images
|
154 |
+
|................
|
155 |
+
|------------0020 #contians the RGB images
|
156 |
+
|----kitti-step
|
157 |
+
|--------panoptic_maps
|
158 |
+
|------------train
|
159 |
+
|----------------0000 #contains semantic segmentation labels
|
160 |
+
|----------------0001 #contains semantic segmentation labels
|
161 |
+
|................
|
162 |
+
|----------------0020 #contains semantic segmentation labels
|
163 |
+
|------------val
|
164 |
+
|................
|
165 |
+
|----trainlist.txt #image list used for training
|
166 |
+
|----vallist.txt #image list used for testing
|
167 |
+
|----semantickitti.yaml #configuration file for SemanticKitti dataset
|
168 |
+
```
|
169 |
+
|
170 |
+
- CADEdgeTune Dataset
|
171 |
+
```
|
172 |
+
|-CADEdgeTune
|
173 |
+
|----SEQ1
|
174 |
+
|--------Images #contians the RGB images
|
175 |
+
|--------LabelMasks #contains semantic segmentation labels
|
176 |
+
|----SEQ2
|
177 |
+
|--------Images #contians the RGB images
|
178 |
+
|--------LabelMasks #contains semantic segmentation labels
|
179 |
+
|................
|
180 |
+
|----SEQ17
|
181 |
+
|----all.txt #image list complete
|
182 |
+
|----trainlist.txt #image list used for training
|
183 |
+
|----vallist.txt #image list used for testing
|
184 |
+
|----cadedgetune.yaml #configuration file for CADEdgeTune dataset
|
185 |
+
```
|
186 |
+
|
187 |
+
|
188 |
## Weights
|
189 |
To download the pretrained weights please visit [Hugging Face Repo](https://huggingface.co/mahmed10/CAM-Seg)
|
190 |
- **LDM model** Pretrained model from Rombach et al.'s Latent Diffusion Models is used [Link](https://huggingface.co/mahmed10/CAM-Seg/resolve/main/pretrained_models/vae/modelf16.ckpt)
|