File size: 1,521 Bytes
94ecc25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
license: other
task_categories:
  - depth-estimation
  - other
tags:
  - geometry
  - point-map
  - video
  - benchmark
  - GeometryCrafter
  - MotionCrafter
pretty_name: GeometryCrafter Benchmark Datasets (MotionCrafter Evaluation)
size_categories:
  - 100GB<n<1TB
---

# GeometryCrafter Benchmark Datasets

Preprocessed GeometryCrafter evaluation benchmark clips used for MotionCrafter evaluation.

Each sample typically contains:

- `*_rgb_320_640.mp4` — RGB video (320×640)
- `*_normed_data_320_640.hdf5` — normalized geometry / point-map data
- `meta_infos.txt` — clip catalog (`rgb_path data_path num_frames`)

## Subsets

| Folder | Source | Approx. size |
|--------|--------|--------------|
| `Kubric_video` | Kubric | ~3 GB |
| `Spring_video` | Spring | ~14 GB |
| `Virtual_KITTI_2_video` | Virtual KITTI 2 | ~108 GB |
| `dynamic_replica_video` | Dynamic Replica | ~49 GB |
| `Point_odyssey_video` | Point Odyssey | ~47 GB |

## Download

```bash
# full dataset
huggingface-cli download MotionCrafterevaluation/GeometryCrafter-benchmark --repo-type dataset --local-dir ./GeometryCrafter-benchmark

# single subset
huggingface-cli download MotionCrafterevaluation/GeometryCrafter-benchmark \
  --repo-type dataset \
  --include "Kubric_video/**" \
  --local-dir ./GeometryCrafter-benchmark
```

## Notes

- Data are derived from GeometryCrafter's evaluation preprocessing format.
- Please respect the licenses of the original datasets (Kubric, Spring, Virtual KITTI 2, Dynamic Replica, Point Odyssey).