CoolFace
Datasetpublic

MotionCrafterevaluation/GeometryCrafter-benchmark

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… See the full description on the dataset page: https://huggingface.co/datasets/MotionCrafterevaluation/GeometryCrafter-benchmark.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes421downloads
Dataset Card

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

FolderSourceApprox. size
Kubric_videoKubric~3 GB
Spring_videoSpring~14 GB
Virtual_KITTI_2_videoVirtual KITTI 2~108 GB
dynamic_replica_videoDynamic Replica~49 GB
Point_odyssey_videoPoint 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).