| --- |
| 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). |
|
|