Add paper link, project page, task category and improve documentation

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
3
  tags:
4
  - Novel View Synthesis
5
  - NeRF
@@ -7,15 +11,15 @@ tags:
7
  - 3D Vision
8
  - Diffusion Models
9
  - Image Restoration
10
- - Image-to-Image
11
  - Fixer
12
  - Distractor
13
- size_categories:
14
- - 100B<n<1T
15
  ---
 
16
  # DF3DV-1K-Fixer
17
 
18
- The dataset provides masked paired 3DGS/Distractor-Free 3DGS rendering results and ground-truth images from DF3DV-1K.
 
 
19
 
20
  ## Directory Structure
21
 
@@ -76,7 +80,7 @@ The dataset provides masked paired 3DGS/Distractor-Free 3DGS rendering results a
76
 
77
  ## Download Instruction
78
 
79
- ```
80
  # Install the Hugging Face CLI
81
  pip install -U "huggingface_hub[cli]"
82
 
@@ -104,6 +108,13 @@ hf download ChengYou305/DF3DV-1K-Fixer --repo-type dataset --local-dir DF3DV-1K-
104
  hf download ChengYou305/DF3DV-1K-Fixer --repo-type dataset --local-dir DF3DV-1K-Fixer --exclude "Mask.zip"
105
  ```
106
 
107
- ## More Information
108
 
109
- Please refer this [repo](https://github.com/johnnylu305/DF3DV) for more details.
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ size_categories:
4
+ - 10K<n<100K
5
+ task_categories:
6
+ - image-to-image
7
  tags:
8
  - Novel View Synthesis
9
  - NeRF
 
11
  - 3D Vision
12
  - Diffusion Models
13
  - Image Restoration
 
14
  - Fixer
15
  - Distractor
 
 
16
  ---
17
+
18
  # DF3DV-1K-Fixer
19
 
20
+ [**Project Page**](https://johnnylu305.github.io/df3dv1k_web/) | [**Paper**](https://huggingface.co/papers/2604.13416) | [**GitHub**](https://github.com/johnnylu305/DF3DV)
21
+
22
+ The dataset provides masked paired 3DGS/Distractor-Free 3DGS rendering results and ground-truth images from DF3DV-1K. It is designed to facilitate research in distractor-free novel view synthesis and image-to-image restoration for 3D radiance fields.
23
 
24
  ## Directory Structure
25
 
 
80
 
81
  ## Download Instruction
82
 
83
+ ```bash
84
  # Install the Hugging Face CLI
85
  pip install -U "huggingface_hub[cli]"
86
 
 
108
  hf download ChengYou305/DF3DV-1K-Fixer --repo-type dataset --local-dir DF3DV-1K-Fixer --exclude "Mask.zip"
109
  ```
110
 
111
+ ## Citation
112
 
113
+ ```bibtex
114
+ @article{lu2026df3dv,
115
+ title={DF3DV-1K: A Large-Scale Dataset and Benchmark for Distractor-Free Novel View Synthesis},
116
+ 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},
117
+ journal={arXiv preprint arXiv:2604.13416},
118
+ year={2026}
119
+ }
120
+ ```