nozdrenkov commited on
Commit
c80c940
Β·
verified Β·
1 Parent(s): 30d453b

Add README

Browse files
Files changed (1) hide show
  1. README.md +74 -3
README.md CHANGED
@@ -1,3 +1,74 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - coral reef
5
+ - 3d gaussian splatting
6
+ - photogrammetry
7
+ - 3d
8
+ - wildflow
9
+ - orthomosaic
10
+ pretty_name: 3D Coral Reefs
11
+ ---
12
+
13
+ # Coral reefs 3D photogrammetry
14
+
15
+ ## Description
16
+
17
+ We 3D mapped multiple coral reefs in Indonesia following [wildflow.ai/protocol](https://wildflow.ai/protocol) using two GoPro cameras.
18
+
19
+ ![exampel image](https://huggingface.co/datasets/wildflow/corals/resolve/main/indonesia_tabuhan_p1_20250210/corrected/images/GPAA0485.jpg)
20
+
21
+ This dataset currently contains raw and color-corrected photos. Additional data - including camera poses, reconstructed 3D point clouds, 3D polygonal meshes, orthomosaic, annotations, and 3D Gaussian Splatting models - will be added soon.
22
+
23
+ ## License
24
+
25
+ This dataset is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) - no strings attached, even for commercial use, as long as attribution is provided. Have fun!
26
+
27
+ ## Structure
28
+
29
+ Each dataset directory includes:
30
+ ```
31
+ {country}_{site}_{patch}_{date}/ # E.g. indonesia_tabuhan_p1_20250210/
32
+ β”œβ”€β”€ raw/ # Raw, unprocessed images
33
+ β”œβ”€β”€ corrected/ # Color-corrected and unwarped images
34
+ β”œβ”€β”€ colmap/ # COLMAP reconstruction files
35
+ β”‚ β”œβ”€β”€ cameras.bin # Camera parameters
36
+ β”‚ β”œβ”€β”€ images.bin # Image data and pose information
37
+ β”‚ └── points3D.bin # 3D point cloud data
38
+ β”œβ”€β”€ metashape/ # Metashape project files
39
+ β”œβ”€β”€ mesh/ # 3D polygonal mesh models
40
+ β”œβ”€β”€ 3dgs/ # 3D Gaussian Splatting models
41
+ └── info.json # Metadata including GPS coordinates, equipment
42
+ ```
43
+
44
+ ## Contributors
45
+
46
+ This dataset was made possible by the amazing efforts of many brilliant people:
47
+
48
+ - Mujiyanto
49
+ - Raymond Rahmanov Zedta
50
+ - Fakhrurrozi
51
+ - Prof Michael Sweet
52
+ - Triona Barker
53
+ - Muhammad Dziki Rahman
54
+ - Dr Rita Rachmawati
55
+ - Sergei Nozdrenkov
56
+ - Dr Ofri Johan, MSc
57
+ - Andrias Steward Samusamu
58
+ - Fathur Rochman
59
+ - Leigh Peters
60
+ - Dr Jamie Craggs
61
+
62
+ with the huge support of these organizations:
63
+
64
+ - University of Derby, UK
65
+ - Coral Spawning Lab, UK
66
+ - Wildflow, UK
67
+ - BRIN: National Research and Innovation Agency, Indonesia
68
+ - CORDAP: Coral Research & Development Accelerator Platform
69
+
70
+ ## Cite
71
+
72
+ https://huggingface.co/datasets/wildflow/corals
73
+
74
+ We add DOI shortly.