Overview of the NVS model benchmark dataset
mainThe benchmark provides 17 entries designed to evaluate Novel View Synthesis (NVS) models and facilitate fair comparison between different methods. The dataset includes various splits from different academic datasets (e.g., OmniObject3D, GSO, RealEstate10K, LLFF, DTU, CO3D, WildRGB-D, Mip-NeRF360, DL3DV-140, Tanks and Temples).
For each entry, the benchmark specifies:
- Split: The specific method/split used (e.g.,
Sfor SV3D,Ofor Ours,Rfor ReconFusion). - Path: The directory location within the benchmark.
- Content: The file structure (e.g.,
train_test_split_*.jsonorimages/*.pngwithtransforms.json). - Image Preprocessing: Operations applied to the model input (e.g.,
center crop to 576). - Image Postprocessing: Operations applied to the model output before metric computation (e.g.,
resize to 256).