Add files using upload-large-folder tool
Browse files
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- depth-estimation
|
| 5 |
+
- other
|
| 6 |
+
tags:
|
| 7 |
+
- geometry
|
| 8 |
+
- point-map
|
| 9 |
+
- video
|
| 10 |
+
- benchmark
|
| 11 |
+
- GeometryCrafter
|
| 12 |
+
- MotionCrafter
|
| 13 |
+
pretty_name: GeometryCrafter Benchmark Datasets (MotionCrafter Evaluation)
|
| 14 |
+
size_categories:
|
| 15 |
+
- 100GB<n<1TB
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# GeometryCrafter Benchmark Datasets
|
| 19 |
+
|
| 20 |
+
Preprocessed GeometryCrafter evaluation benchmark clips used for MotionCrafter evaluation.
|
| 21 |
+
|
| 22 |
+
Each sample typically contains:
|
| 23 |
+
|
| 24 |
+
- `*_rgb_320_640.mp4` — RGB video (320×640)
|
| 25 |
+
- `*_normed_data_320_640.hdf5` — normalized geometry / point-map data
|
| 26 |
+
- `meta_infos.txt` — clip catalog (`rgb_path data_path num_frames`)
|
| 27 |
+
|
| 28 |
+
## Subsets
|
| 29 |
+
|
| 30 |
+
| Folder | Source | Approx. size |
|
| 31 |
+
|--------|--------|--------------|
|
| 32 |
+
| `Kubric_video` | Kubric | ~3 GB |
|
| 33 |
+
| `Spring_video` | Spring | ~14 GB |
|
| 34 |
+
| `Virtual_KITTI_2_video` | Virtual KITTI 2 | ~108 GB |
|
| 35 |
+
| `dynamic_replica_video` | Dynamic Replica | ~49 GB |
|
| 36 |
+
| `Point_odyssey_video` | Point Odyssey | ~47 GB |
|
| 37 |
+
|
| 38 |
+
## Download
|
| 39 |
+
|
| 40 |
+
```bash
|
| 41 |
+
# full dataset
|
| 42 |
+
huggingface-cli download MotionCrafterevaluation/GeometryCrafter-benchmark --repo-type dataset --local-dir ./GeometryCrafter-benchmark
|
| 43 |
+
|
| 44 |
+
# single subset
|
| 45 |
+
huggingface-cli download MotionCrafterevaluation/GeometryCrafter-benchmark \
|
| 46 |
+
--repo-type dataset \
|
| 47 |
+
--include "Kubric_video/**" \
|
| 48 |
+
--local-dir ./GeometryCrafter-benchmark
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
## Notes
|
| 52 |
+
|
| 53 |
+
- Data are derived from GeometryCrafter's evaluation preprocessing format.
|
| 54 |
+
- Please respect the licenses of the original datasets (Kubric, Spring, Virtual KITTI 2, Dynamic Replica, Point Odyssey).
|