konpat/visual-jenga-datasets
Visual Jenga Datasets This directory contains the original datasets for Visual Jenga: Discovering Object Dependencies via Counterfactual Inpainting. Visual Jenga is a novel scene understanding task that involves progressively removing objects from a single image one at a time while keeping the rest of the scene stable. This process reveals object dependencies and provides a new way to evaluate grounded scene understanding by systematically exploring which objects can be removed… See the full description on the dataset page: https://huggingface.co/datasets/konpat/visual-jenga-datasets.
05k
1 2<!DOCTYPE html>3<html lang="en">4<head>5 <meta charset="UTF-8">6 <meta name="viewport" content="width=device-width, initial-scale=1.0">7 <title>ClutteredParse</title>8 <style>9 table {10 border-collapse: collapse;11 width: 100%;12 }13 th, td {14 border: 1px solid black;15 padding: 8px;16 text-align: center;17 }18 th {19 background-color: #f2f2f2;20 }21 </style>22</head>23<body>24 <h1>ClutteredParse</h1>25 <table>26 <thead>27 <tr>28 <th>#</th>29 <th>Image</th>30 <th>A (remove before)</th>31 <th>B (remove after)</th>32 </tr>33 </thead>34 <tbody>35 36 <tr>37 <td>1</td>38 <td><img src="clutteredparse/01/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>39 <td><img src="clutteredparse/01/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>40 <td><img src="clutteredparse/01/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>41 </tr>42 43 44 <tr>45 <td>2</td>46 <td><img src="clutteredparse/02/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>47 <td><img src="clutteredparse/02/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>48 <td><img src="clutteredparse/02/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>49 </tr>50 51 52 <tr>53 <td>3</td>54 <td><img src="clutteredparse/03/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>55 <td><img src="clutteredparse/03/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>56 <td><img src="clutteredparse/03/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>57 </tr>58 59 60 <tr>61 <td>4</td>62 <td><img src="clutteredparse/04/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>63 <td><img src="clutteredparse/04/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>64 <td><img src="clutteredparse/04/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>65 </tr>66 67 68 <tr>69 <td>5</td>70 <td><img src="clutteredparse/05/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>71 <td><img src="clutteredparse/05/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>72 <td><img src="clutteredparse/05/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>73 </tr>74 75 76 <tr>77 <td>6</td>78 <td><img src="clutteredparse/06/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td>79 <td><img src="clutteredparse/06/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>80 <td><img src="clutteredparse/06/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>81 </tr>82 83 84 <tr>85 <td>7</td>86 <td><img src="clutteredparse/07/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td>87 <td><img src="clutteredparse/07/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>88 <td><img src="clutteredparse/07/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>89 </tr>90 91 92 <tr>93 <td>8</td>94 <td><img src="clutteredparse/08/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td>95 <td><img src="clutteredparse/08/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>96 <td><img src="clutteredparse/08/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>97 </tr>98 99 100 <tr>101 <td>9</td>102 <td><img src="clutteredparse/09/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>103 <td><img src="clutteredparse/09/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>104 <td><img src="clutteredparse/09/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>105 </tr>106 107 108 <tr>109 <td>10</td>110 <td><img src="clutteredparse/10/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>111 <td><img src="clutteredparse/10/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>112 <td><img src="clutteredparse/10/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>113 </tr>114 115 116 <tr>117 <td>11</td>118 <td><img src="clutteredparse/11/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>119 <td><img src="clutteredparse/11/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>120 <td><img src="clutteredparse/11/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>121 </tr>122 123 124 <tr>125 <td>12</td>126 <td><img src="clutteredparse/12/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>127 <td><img src="clutteredparse/12/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>128 <td><img src="clutteredparse/12/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>129 </tr>130 131 132 <tr>133 <td>13</td>134 <td><img src="clutteredparse/13/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>135 <td><img src="clutteredparse/13/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>136 <td><img src="clutteredparse/13/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>137 </tr>138 139 140 <tr>141 <td>14</td>142 <td><img src="clutteredparse/14/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td>143 <td><img src="clutteredparse/14/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>144 <td><img src="clutteredparse/14/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>145 </tr>146 147 148 <tr>149 <td>15</td>150 <td><img src="clutteredparse/15/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>151 <td><img src="clutteredparse/15/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>152 <td><img src="clutteredparse/15/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>153 </tr>154 155 156 <tr>157 <td>16</td>158 <td><img src="clutteredparse/16/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>159 <td><img src="clutteredparse/16/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>160 <td><img src="clutteredparse/16/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>161 </tr>162 163 164 <tr>165 <td>17</td>166 <td><img src="clutteredparse/17/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>167 <td><img src="clutteredparse/17/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>168 <td><img src="clutteredparse/17/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>169 </tr>170 171 172 <tr>173 <td>18</td>174 <td><img src="clutteredparse/18/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td>175 <td><img src="clutteredparse/18/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>176 <td><img src="clutteredparse/18/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>177 </tr>178 179 180 <tr>181 <td>19</td>182 <td><img src="clutteredparse/19/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td>183 <td><img src="clutteredparse/19/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>184 <td><img src="clutteredparse/19/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>185 </tr>186 187 188 <tr>189 <td>20</td>190 <td><img src="clutteredparse/20/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>191 <td><img src="clutteredparse/20/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>192 <td><img src="clutteredparse/20/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>193 </tr>194 195 196 <tr>197 <td>21</td>198 <td><img src="clutteredparse/21/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>199 <td><img src="clutteredparse/21/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>200 <td><img src="clutteredparse/21/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>201 </tr>202 203 204 <tr>205 <td>22</td>206 <td><img src="clutteredparse/22/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td>207 <td><img src="clutteredparse/22/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>208 <td><img src="clutteredparse/22/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>209 </tr>210 211 212 <tr>213 <td>23</td>214 <td><img src="clutteredparse/23/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td>215 <td><img src="clutteredparse/23/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>216 <td><img src="clutteredparse/23/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>217 </tr>218 219 220 <tr>221 <td>24</td>222 <td><img src="clutteredparse/24/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td>223 <td><img src="clutteredparse/24/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>224 <td><img src="clutteredparse/24/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>225 </tr>226 227 228 <tr>229 <td>25</td>230 <td><img src="clutteredparse/25/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>231 <td><img src="clutteredparse/25/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>232 <td><img src="clutteredparse/25/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>233 </tr>234 235 236 <tr>237 <td>26</td>238 <td><img src="clutteredparse/26/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>239 <td><img src="clutteredparse/26/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>240 <td><img src="clutteredparse/26/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>241 </tr>242 243 244 <tr>245 <td>27</td>246 <td><img src="clutteredparse/27/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td>247 <td><img src="clutteredparse/27/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>248 <td><img src="clutteredparse/27/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>249 </tr>250 251 252 <tr>253 <td>28</td>254 <td><img src="clutteredparse/28/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td>255 <td><img src="clutteredparse/28/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>256 <td><img src="clutteredparse/28/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>257 </tr>258 259 260 <tr>261 <td>29</td>262 <td><img src="clutteredparse/29/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>263 <td><img src="clutteredparse/29/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>264 <td><img src="clutteredparse/29/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>265 </tr>266 267 268 <tr>269 <td>30</td>270 <td><img src="clutteredparse/30/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>271 <td><img src="clutteredparse/30/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>272 <td><img src="clutteredparse/30/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>273 </tr>274 275 276 <tr>277 <td>31</td>278 <td><img src="clutteredparse/31/img.webp" alt="img" style="max-width:400px; max-height:400px;"></td>279 <td><img src="clutteredparse/31/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>280 <td><img src="clutteredparse/31/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>281 </tr>282 283 284 <tr>285 <td>32</td>286 <td><img src="clutteredparse/32/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>287 <td><img src="clutteredparse/32/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>288 <td><img src="clutteredparse/32/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>289 </tr>290 291 292 <tr>293 <td>33</td>294 <td><img src="clutteredparse/33/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>295 <td><img src="clutteredparse/33/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>296 <td><img src="clutteredparse/33/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>297 </tr>298 299 300 <tr>301 <td>34</td>302 <td><img src="clutteredparse/34/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>303 <td><img src="clutteredparse/34/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>304 <td><img src="clutteredparse/34/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>305 </tr>306 307 308 <tr>309 <td>35</td>310 <td><img src="clutteredparse/35/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td>311 <td><img src="clutteredparse/35/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>312 <td><img src="clutteredparse/35/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>313 </tr>314 315 316 <tr>317 <td>36</td>318 <td><img src="clutteredparse/36/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>319 <td><img src="clutteredparse/36/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>320 <td><img src="clutteredparse/36/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>321 </tr>322 323 324 <tr>325 <td>37</td>326 <td><img src="clutteredparse/37/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>327 <td><img src="clutteredparse/37/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>328 <td><img src="clutteredparse/37/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>329 </tr>330 331 332 <tr>333 <td>38</td>334 <td><img src="clutteredparse/38/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>335 <td><img src="clutteredparse/38/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>336 <td><img src="clutteredparse/38/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>337 </tr>338 339 340 <tr>341 <td>39</td>342 <td><img src="clutteredparse/39/img.jpg" alt="img" style="max-width:400px; max-height:400px;"></td>343 <td><img src="clutteredparse/39/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>344 <td><img src="clutteredparse/39/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>345 </tr>346 347 348 <tr>349 <td>40</td>350 <td><img src="clutteredparse/40/img.jpeg" alt="img" style="max-width:400px; max-height:400px;"></td>351 <td><img src="clutteredparse/40/A.png" alt="A" style="max-width:400px; max-height:400px;"></td>352 <td><img src="clutteredparse/40/B.png" alt="B" style="max-width:400px; max-height:400px;"></td>353 </tr>354 355 </tbody>356 </table>357</body>358</html>359 