You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

DF3DV-1K-Fixer

Project Page | Paper | GitHub

The dataset provides paired 3DGS/Distractor-Free 3DGS rendering results and ground-truth images from DF3DV-1K. These data can be used to train DI2FIX (Distractor-Free DIFIX).

Directory Structure

├── Train
│   └── DF3DV-1K-Star-Fixer
│       ├── 0000
│       │   ├── 040625-LundoBin
│       │   │   └── 040625-LundoBin-All
│       │   │       ├── MODELS
│       │   │       │   ├── 3DGS (rendering results and ground-truth images)
│       │   │       │   │   ├── 040625-LundoBin_3DGS_extra_IMG_6957_source.png
│       │   │       │   │   ├── ...
|       |   │       │   │   └── 040625-LundoBin_3DGS_extra_IMG_7041_target.png
│       │   │       │   ├── ...
│       │   │       │   └── WILDGS
│       │   │       ├── NN (nearest neighbors for images)
|       |   |       │   └── nn_rank_by_name.json
│       │   │       └── undistortion_sparse (COLMAP result)
│       │   │           └── 0
│       │   │               ├── cameras.bin
│       │   │               ├── cameras.txt
│       │   │               ├── images.bin
│       │   │               ├── images.txt
│       │   │               ├── points3D.bin
│       │   │               └── points3D.txt
│       │   ├── ...
│       │   └── 090625-BlueBikeBell
│       ├── ...
│       └── 0024
└── Val
    ├── DF3DV-41-Fixer
    │   ├── 021125-Chess
    │   │   └── 021125-Chess-All
    │   │       ├── MODELS
    │   │       │   ├── 3DGS
    │   │       │   ├── ...
    │   │       │   └── WILDGS
    │   │       ├── NN
    │   │       └── undistortion_sparse
    │   │           └── 0
    │   ├── ...   
    │   └── 301025-TempleDrumIncense
    └── on-the-go
        ├── corner
        │   └── corner-All
        │       ├── MODELS
        │       │   ├── 3DGS
        │       │   ├── ...
        │       │   └── WILDGS
        │       ├── NN
        │       └── undistortion_sparse
        │           └── 0
        ├── ...
        └── spot

Download Instruction

# Install the Hugging Face CLI
pip install -U "huggingface_hub[cli]"
# Login to your Hugging Face account
hf auth login
# Download whole dataset
# Example
hf download ChengYou305/DF3DV-1K-Fixer-Org --repo-type dataset --local-dir DF3DV-1K-Fixer
# Download training set
# Example
hf download ChengYou305/DF3DV-1K-Fixer-Org --repo-type dataset --local-dir DF3DV-1K-Fixer --include "Train/*"
# Download testing set
# Example
hf download ChengYou305/DF3DV-1K-Fixer-Org --repo-type dataset --local-dir DF3DV-1K-Fixer --include "Val/*"
# Download specific chunk
# Example
hf download ChengYou305/DF3DV-1K-Fixer-Org --repo-type dataset --local-dir DF3DV-1K-Fixer --include "Train/DF3DV-1K-Star-Fixer/0000/*" 
# Download everything except specific files
# Example
hf download ChengYou305/DF3DV-1K-Fixer-Org --repo-type dataset --local-dir DF3DV-1K-Fixer --exclude "Mask.zip" 

More Information

Please refer this repo for more details.

Citation

@article{lu2026df3dv,
  title={DF3DV-1K: A Large-Scale Dataset and Benchmark for Distractor-Free Novel View Synthesis},
  author={Lu, Cheng-You and Hung, Yi-Shan and Chi, Wei-Ling and Wang, Hao-Ping and Tsai, Charlie Li-Ting and Chang, Yu-Cheng and Liu, Yu-Lun and Do, Thomas and Lin, Chin-Teng},
  journal={arXiv preprint arXiv:2604.13416},
  year={2026}
}
Downloads last month
11

Paper for ChengYou305/DF3DV-1K-Fixer-Org