nozdrenkov commited on
Commit
d382f84
Β·
1 Parent(s): f2ee228

Upd stats on how many images we have

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. metadata.json +2 -2
  3. utils/file_stats.sh +18 -0
README.md CHANGED
@@ -18,7 +18,7 @@ We 3D mapped multiple coral reefs in Indonesia (following this [protocol](https:
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 89,407 (350GB) of raw GoPro images**](https://huggingface.co/datasets/wildflow/sweet-corals/tree/main) and some [colour-corrected](https://huggingface.co/datasets/wildflow/sweet-corals/tree/main/_indonesia_tabuhan_p1_20250210/corrected/images) images.
22
 
23
  Additional data - including camera poses, reconstructed 3D point clouds, 3D polygonal meshes, orthomosaics, annotations, and 3D Gaussian Splatting models - will be added soon. We just decided share raw data right now, and processed as soon we have it, so we don't block the progress.
24
 
@@ -72,13 +72,13 @@ Legend:
72
  | Tabuhan P1 20250210 | βœ… | 6,590 | 25.74 GB | βœ… | 🟑 | βœ… | βšͺ |
73
  | Tabuhan P2 20250210 | βœ… | 8,822 | 34.46 GB | βšͺ | 🟑 | βœ… | βšͺ |
74
  | Tabuhan P3 20250210 | βœ… | 6,952 | 27.15 GB | βšͺ | 🟑 | βœ… | βšͺ |
75
- | Watudodol P1 20250208 | βœ… | 7,513 | 29.34 GB | βšͺ | 🟑 | βœ… | βšͺ |
76
  | Watudodol P2 20250208 | βœ… | 3,871 | 15.12 GB | βšͺ | 🟑 | βœ… | βšͺ |
77
  | Watudodol P3 20250208 | βœ… | 2,938 | 11.47 GB | βšͺ | 🟑 | βœ… | βšͺ |
78
  | Watudodol P4 20250209 | βœ… | 8,846 | 34.55 GB | βšͺ | 🟑 | βœ… | βšͺ |
79
  | Watudodol P5 20250209 | βœ… | 4,412 | 17.23 GB | βšͺ | 🟑 | βœ… | βšͺ |
80
  | Watudodol P6 20250209 | βœ… | 5,957 | 23.26 GB | βšͺ | 🟑 | βœ… | βšͺ |
81
- | **Total** | | **89,407** | **349.18 GB** | | | | |
82
 
83
  You can see more info in the [metadata.json](metadata.json).
84
 
 
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 90,289 (352GB) of raw GoPro images**](https://huggingface.co/datasets/wildflow/sweet-corals/tree/main) and some [colour-corrected](https://huggingface.co/datasets/wildflow/sweet-corals/tree/main/_indonesia_tabuhan_p1_20250210/corrected/images) images.
22
 
23
  Additional data - including camera poses, reconstructed 3D point clouds, 3D polygonal meshes, orthomosaics, annotations, and 3D Gaussian Splatting models - will be added soon. We just decided share raw data right now, and processed as soon we have it, so we don't block the progress.
24
 
 
72
  | Tabuhan P1 20250210 | βœ… | 6,590 | 25.74 GB | βœ… | 🟑 | βœ… | βšͺ |
73
  | Tabuhan P2 20250210 | βœ… | 8,822 | 34.46 GB | βšͺ | 🟑 | βœ… | βšͺ |
74
  | Tabuhan P3 20250210 | βœ… | 6,952 | 27.15 GB | βšͺ | 🟑 | βœ… | βšͺ |
75
+ | Watudodol P1 20250208 | βœ… | 8,395 | 31.85 GB | βšͺ | 🟑 | βœ… | βšͺ |
76
  | Watudodol P2 20250208 | βœ… | 3,871 | 15.12 GB | βšͺ | 🟑 | βœ… | βšͺ |
77
  | Watudodol P3 20250208 | βœ… | 2,938 | 11.47 GB | βšͺ | 🟑 | βœ… | βšͺ |
78
  | Watudodol P4 20250209 | βœ… | 8,846 | 34.55 GB | βšͺ | 🟑 | βœ… | βšͺ |
79
  | Watudodol P5 20250209 | βœ… | 4,412 | 17.23 GB | βšͺ | 🟑 | βœ… | βšͺ |
80
  | Watudodol P6 20250209 | βœ… | 5,957 | 23.26 GB | βšͺ | 🟑 | βœ… | βšͺ |
81
+ | **Total** | | **90,289** | **351.75 GB** | | | | |
82
 
83
  You can see more info in the [metadata.json](metadata.json).
84
 
metadata.json CHANGED
@@ -155,8 +155,8 @@
155
  },
156
  "raw": {
157
  "dir": "indonesia_watudodol_p1_20250208/raw",
158
- "img_count": 7513,
159
- "img_size": "29.34 GB"
160
  }
161
  },
162
  "indonesia_watudodol_p2_20250208": {
 
155
  },
156
  "raw": {
157
  "dir": "indonesia_watudodol_p1_20250208/raw",
158
+ "img_count": 8395,
159
+ "img_size": "31.85 GB"
160
  }
161
  },
162
  "indonesia_watudodol_p2_20250208": {
utils/file_stats.sh ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ echo "Repository file stats:"
3
+ total_files=0
4
+ total_mb=0
5
+ for dir in _indonesia_* indonesia_*; do
6
+ if [ -d "$dir" ]; then
7
+ file_count=$(git lfs ls-files -n | grep "$dir/raw" | wc -l)
8
+ total_files=$((total_files + file_count))
9
+ dir_mb=$(du -sh $(git lfs ls-files -n | grep "$dir/raw") 2>/dev/null | awk '{total += $1} END {print total}')
10
+ total_mb=$(echo "$total_mb + $dir_mb" | bc)
11
+ dir_gb=$(echo "scale=2; $dir_mb/1024" | bc)
12
+ echo "$dir: $file_count files, ${dir_gb}GB total"
13
+ fi
14
+ done
15
+ total_gb=$(echo "scale=2; $total_mb/1024" | bc)
16
+ echo "----------------------------------------"
17
+ echo "TOTAL: $total_files files, ${total_gb}GB total"
18
+ echo "Done!"