Neptune615 commited on
Commit
99170ba
1 Parent(s): 3872442

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - code
5
+ pretty_name: Extrapolated Urban View Synthesis
6
+ size_categories:
7
+ - 100K<n<1M
8
+ ---
9
+
10
+
11
+ # Dataset Summary
12
+ Description:
13
+ This dataset comprises 104 urban scenes, featuring both **extrapolated** and **interpolated** camera poses.
14
+
15
+ # Dataset Structure
16
+ Dataset_structure:
17
+ For each scene, four main components are:
18
+ - `images`: Images of each scene.
19
+ - `sparse`: COLMAP format camera poses and sparse point clouds produced by SFM.
20
+ - `training_set.txt`: Image names in the training set.
21
+ - `test_set.txt`: Image names in the test set.
22
+
23
+ # Supported Tasks
24
+ Supported_tasks:
25
+ The dataset is suited for tasks such as:
26
+ - Novel View Synthesis
27
+ - Extrapolated View Synthesis
28
+ - 3D Reconstruction
29
+
30
+ # TODO
31
+ - Example usage