Closed klnavaneet closed 4 months ago
The DL3DV-140 provides 140 scenes with both nerfstudio and gaussian splatting (GS) formats for benchmarking Novel View Synthesis. If you want to process more GS format, you may need to post-process the data. Here is the source to transfer to GS format. GS also released the code to convert the format. We provide the Colmapcache folder, which may be useful for post-process.
To address the image.bin issue. Please refer to the example such as: -DL3DV --DL3DV-Benchmark ---scene-hashID(e,g, 032dee9fb0a8bc1b90871dc5fe950080d0bcd3caf166447f44e60ca50ac04ec7) ----gaussian-splatting -----spares ------0 where you will see
Or, you can simply modify the download script in 82 line
Hi. Thanks for releasing the dataset, it is great! I am trying to use it for 3D Gaussian splatting (3DGS). 3DGS code assumes there is a file named images.bin in the/sparse/0 directory with the camera extrinsics information. This file seems to be missing in the provided dataset. Is this information part of any other files or is it possible to add this file?