Imported from nvidia-isaac/video_to_data (
.claude/skills/run-ego-reconstruction-video/SKILL.md). Install upstream withnpx skills add nvidia-isaac/video_to_data --skill run-ego-reconstruction-video. Copyright stays with the author.
Run Ego Reconstruction Video
Run from reconstruction/. Prefer the consolidated entrypoint and use HaMeR
unless the user explicitly needs legacy DynHaMR:
python modules/v2d_pipelines/run_ego_reconstruction.py \
--video <video.mp4> \
--output_dir data/outputs/<run> \
--object_prompt "<object>" \
--hand_tracking hamer \
--reference_frame 0
Add --object_mesh <mesh.obj> --skip_object_scale_estimation for a supplied
mesh. Add --undistort, --run_droid_slam, --run_gravity_alignment,
--run_gsplat_refinement, and --export_threejs_result only when requested.
Re-run the same command to resume cached stages. Confirm result/result.npz
and result/mesh.obj; with post-processing, use the final suffixed result
directory. Use the setup skill first when images, weights, Docker, or GPU
prerequisites are missing.