dukang92 commited on
Commit
241d3b7
·
verified ·
1 Parent(s): dd25cd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -17
README.md CHANGED
@@ -4,8 +4,6 @@ pretty_name: UAVLight
4
  task_categories:
5
  - image-to-image
6
  - image-to-3d
7
- - depth-estimation
8
- - robotics
9
  tags:
10
  - computer-vision
11
  - novel-view-synthesis
@@ -16,25 +14,22 @@ tags:
16
  - illumination-robustness
17
  - uav
18
  - outdoor-scenes
 
19
  size_categories:
20
  - 1K<n<10K
21
  ---
22
 
23
  # UAVLight: A Benchmark for Illumination-Robust 3D Reconstruction in UAV Scenes
24
 
25
- <!--
26
- Teaser placeholder:
27
- Upload a teaser image to this repository, for example:
28
- assets/teaser.png
29
 
30
- Then uncomment the line below:
31
 
32
- ![UAVLight teaser](assets/teaser.png)
33
- -->
34
 
35
- **UAVLight** is a benchmark dataset for evaluating **illumination-robust 3D reconstruction** and **novel-view synthesis** in outdoor UAV scenes. Unlike standard reconstruction datasets that are typically captured under relatively stable lighting, UAVLight focuses on challenging real-world scenarios where appearance can change significantly due to sunlight direction, shadows, exposure variation, and outdoor illumination conditions.
36
 
37
- The dataset provides multi-view UAV images, camera reconstruction files, train/test splits, sun direction annotations, and optional geometry assets. It is designed to support research on lighting-aware reconstruction, robust novel-view synthesis, relighting-aware evaluation, and outdoor Gaussian Splatting / NeRF-style scene modeling.
38
 
39
  This dataset accompanies the paper:
40
 
@@ -42,7 +37,9 @@ This dataset accompanies the paper:
42
 
43
  ## Overview
44
 
45
- UAVLight is intended to evaluate whether a 3D reconstruction or novel-view synthesis method can maintain stable geometry and appearance quality under outdoor illumination variations. The benchmark is particularly useful for studying:
 
 
46
 
47
  - illumination-robust 3D reconstruction
48
  - novel-view synthesis for UAV-captured scenes
@@ -61,6 +58,10 @@ The Hugging Face repository is organized as follows:
61
  UAVLight/
62
  README.md
63
 
 
 
 
 
64
  data/
65
  <scene_id>.zip
66
  <scene_id>.zip
@@ -74,7 +75,7 @@ UAVLight/
74
  summary.txt
75
  ```
76
 
77
- The `data/` directory contains scene-level zip archives. Each zip file corresponds to one UAV scene. The `metadata/` directory provides summary files describing the released scenes, archive sizes, and file lists.
78
 
79
  ## Scene Archive Structure
80
 
@@ -112,7 +113,7 @@ For example:
112
 
113
  ### `images/`
114
 
115
- This folder contains the multi-view RGB images for the scene. These images are used as the main visual observations for reconstruction, novel-view synthesis, and evaluation.
116
 
117
  ### `sparse/`
118
 
@@ -120,7 +121,7 @@ This folder contains sparse reconstruction files, such as camera poses and COLMA
120
 
121
  ### `split.csv`
122
 
123
- This file records the predefined data split information for the scene. It can be used to identify which images belong to training and testing subsets.
124
 
125
  ### `train_list.txt`
126
 
@@ -136,7 +137,7 @@ This file provides sun direction annotations associated with the scene/images. T
136
 
137
  ### `dense_points.ply`
138
 
139
- Dense point cloud reconstructed for the scene. This is provided as an optional geometry asset and may be useful for visualization, geometry analysis, or method initialization.
140
 
141
  ### `downsampled_points.ply`
142
 
@@ -238,4 +239,4 @@ If you use UAVLight in your research, please cite:
238
  For questions about the dataset, please contact:
239
 
240
  **Kang Du**
241
- Email: kdu800@connect.hkust-gz.edu.cn
 
4
  task_categories:
5
  - image-to-image
6
  - image-to-3d
 
 
7
  tags:
8
  - computer-vision
9
  - novel-view-synthesis
 
14
  - illumination-robustness
15
  - uav
16
  - outdoor-scenes
17
+ - benchmark
18
  size_categories:
19
  - 1K<n<10K
20
  ---
21
 
22
  # UAVLight: A Benchmark for Illumination-Robust 3D Reconstruction in UAV Scenes
23
 
24
+ ![UAVLight teaser](assets/UAVLight_teaser.png)
 
 
 
25
 
26
+ **UAVLight** is a benchmark dataset for evaluating **illumination-robust 3D reconstruction** and **novel-view synthesis** in outdoor UAV scenes. Unlike standard reconstruction datasets that are typically captured under relatively stable lighting, UAVLight focuses on challenging real-world scenarios where scene appearance changes significantly due to sunlight direction, cast shadows, exposure variation, and outdoor illumination conditions.
27
 
28
+ The dataset provides multi-view UAV images, camera reconstruction files, predefined train/test splits, sun direction annotations, and optional geometry assets. It is designed to support research on lighting-aware reconstruction, robust novel-view synthesis, relighting-aware evaluation, and outdoor Gaussian Splatting / NeRF-style scene modeling.
 
29
 
30
+ A short video preview is also available:
31
 
32
+ [Watch UAVLight video preview](assets/uavlight.mp4)
33
 
34
  This dataset accompanies the paper:
35
 
 
37
 
38
  ## Overview
39
 
40
+ UAVLight is intended to evaluate whether a 3D reconstruction or novel-view synthesis method can maintain stable geometry and appearance quality under outdoor illumination variations. In UAV capture, the same scene may exhibit substantial appearance changes across different capture times, sun positions, shadow layouts, and camera trajectories. These changes can make reconstruction and view synthesis more difficult than in standard static-lighting benchmarks.
41
+
42
+ The benchmark is particularly useful for studying:
43
 
44
  - illumination-robust 3D reconstruction
45
  - novel-view synthesis for UAV-captured scenes
 
58
  UAVLight/
59
  README.md
60
 
61
+ assets/
62
+ UAVLight_teaser.png
63
+ uavlight.mp4
64
+
65
  data/
66
  <scene_id>.zip
67
  <scene_id>.zip
 
75
  summary.txt
76
  ```
77
 
78
+ The `data/` directory contains scene-level zip archives. Each zip file corresponds to one UAV scene. The `metadata/` directory provides summary files describing the released scenes, archive sizes, and file lists. The `assets/` directory contains visual materials used by this dataset card.
79
 
80
  ## Scene Archive Structure
81
 
 
113
 
114
  ### `images/`
115
 
116
+ This folder contains the multi-view RGB images for the scene. These images are the main visual observations used for reconstruction, novel-view synthesis, and benchmark evaluation.
117
 
118
  ### `sparse/`
119
 
 
121
 
122
  ### `split.csv`
123
 
124
+ This file records the predefined split information for the scene. It can be used to identify which images belong to training and testing subsets.
125
 
126
  ### `train_list.txt`
127
 
 
137
 
138
  ### `dense_points.ply`
139
 
140
+ A dense point cloud reconstructed for the scene. This is provided as an optional geometry asset and may be useful for visualization, geometry analysis, or method initialization.
141
 
142
  ### `downsampled_points.ply`
143
 
 
239
  For questions about the dataset, please contact:
240
 
241
  **Kang Du**
242
+ Email: kdu800@connect.hkust-gz.edu.cn