hpotechius commited on
Commit
b0dec77
·
verified ·
1 Parent(s): 2bcc003

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - 3d-reconstruction
5
+ - photogrammetry
6
+ ---
7
+
8
+ # EAH Dataset
9
+ Using a DJI Mavic Pro 2 drone, multiple videos were recorded of the three buildings at EAH Jena. Frames from these videos were extracted and post-processed to remove all visible people. These images were then used in Agisoft Metashape to generate 3D reconstructions of the buildings. The reconstructions were aligned to match the real-world orientation of the structures. Additionally, all intrinsic and extrinsic properties of each image were adjusted to accurately fit the resulting 3D models.
10
+
11
+ ## Details
12
+ - Photogrammetric 3D reconstructions of the three buildings of the EAH Jena.
13
+ - Each building comes with a set of images of size 3840 x 2160 px.
14
+ - Each image has a json with corresponding intrinsic and extrinsic properties.
15
+ - The capture time for each building is included.
16
+ - Published in the paper Enhanced Illumination Adjustment in 3D Outdoor Reconstructions via Shadow Removal through Color Transfer.
17
+
18
+ <p align="center">
19
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6331b00ab7b8e9d6e89a5dc0/PpckOkXQsSvaPA71z1Snq.webp" width="512">
20
+ <br>
21
+ <em>Figure 1: Visualization of all three building reconstructions, including rendered camera positions and example comparisons between real images and their corresponding rendered views.</em>
22
+ </p>