8000 GitHub - jzr99/Geo4D: [ArXiv 2025] Geo4D: Leveraging Video Generators for Geometric 4D Scene Reconstruction
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ Geo4D Public

[ArXiv 2025] Geo4D: Leveraging Video Generators for Geometric 4D Scene Reconstruction

Notifications You must be signed in to change notification settings

jzr99/Geo4D

Repository files navigation

Geo4D: Leveraging Video Generators for Geometric 4D Scene Reconstruction

⚙️ Setup

Install Environment via Anaconda (Recommended)

conda create -n geo4d python=3.8.5
conda activate geo4d
pip install -r requirements.txt

Install Pytorch3D

pip install "git+https://github.com/facebookresearch/pytorch3d.git"

Download model checkpoint

mkdir checkpoints
mkdir checkpoints/geo4d
gdown 10SPKkOpou2lKl9bwkgx1d6YocYkmSxQl -O ./checkpoints/geo4d/ # fine-tuned vae model
gdown 11K0ubqytun-SA5RIOgR7ejNIR8B4uois -O ./checkpoints/geo4d/ # whole model

Inference

We provide a demo video for you to try our model. Run the inference script:

bash ./scripts/infer_geo4d.sh ./data/demo/drift-turn.mp4 0

Evaluation

Please first refer to the evaluation_script.md to download the evaluation datasets.

Then, run the evaluation script:

bash scripts/eval_geo4d.sh [sintel|bonn|kitti|tum|davis] gpu_id 
# e.g. bash scripts/eval.sh sintel 0

Visualization

First, install 4d visualization tool, viser.

pip install -e viser

You could then use the viser to visualize the results:

python viser/visualizer.py --data path_to_results_folder --no_mask

Acknowledgement

We have used codes from other great research work, including DuST3R, MonST3R, DepthCrafter, DynamiCrafter, RayDiffusion, and MoGe. We sincerely thank the authors for their awesome work!

Related Works

Here are more recent 3D/4D reconstruction projects from our team:

BibTeX

If you find Geo4D useful for your research and applications, please cite us using this BibTex:

@misc{Geo4D,
      title={Geo4D: Leveraging Video Generators for Geometric 4D Scene Reconstruction}, 
      author={Jiang, Zeren and Zheng, Chuanxia and Laina, Iro and Larlus, Diane and Vedaldi, Andrea},
      year={2025},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
  }

About

[ArXiv 2025] Geo4D: Leveraging Video Generators for Geometric 4D Scene Reconstruction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0