[ICCV 2025] Official pytorch implementation of "SteerX: Creating Any Camera-Free 3D and 4D Scenes with Geometric Steering"
52
stars
4
commits
Python
primary language
Mar 20, 2025
updated
This repository contains official code implementation of "SteerX: Creating Any Camera-Free 3D and 4D Scenes with Geometric Steering". We provide Diffusers-based demo for simple testing. The results may differ from those reported in the paper.
Conda setup - CUDA 12.1 with A100 80GB GPU
conda create -n steerx python=3.10 -y
conda activate steerx
pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu121
pip install --extra-index-url https://miropsota.github.io/torch_packages_builder pytorch3d==0.7.8+pt2.4.1cu121
pip install -r requirements.txt
Download checkpoints - we collect all checkpoints.
gdown --folder https://drive.google.com/drive/folders/1YrsZq54YMXKtNLwxqOC7yAx_nYlyymPo?usp=drive_link
cd steerx_diffusers/geometry_steering/croco/models/curope/
python setup.py build_ext --inplace
cd ../../../../../
--img_path is only required for image-to-3D/4D)python eval_steerx.py --model {generative model name} --num_particles {num_particles}
python demo_steerx.py --model {generative model name} --num_particles {num_particles} --prompt {your_prompt} --img_path {img_path}
Refer to superspl.at/editor
python viser/visualizer_monst3r.py --data {your data path}
Thanks for wonderful works to build this repo.
If you find this repository helpful for your project, please consider citing our work. :)
@article{park2025steerx,
title={SteerX: Creating Any Camera-Free 3D and 4D Scenes with Geometric Steering},
author={Park, Byeongjun and Go, Hyojun and Nam, Hyelin and Kim, Byung-Hoon and Chung, Hyungjin and Kim, Changick},
journal={arXiv preprint arXiv:2503.12024},
year={2025}
}
4 commits
Python
84.9%
TypeScript
11.9%
JavaScript
2.1%
[ICCV 2025] Official pytorch implementation of "SteerX: Creating Any Camera-Free 3D and 4D Scenes with Geometric Steering"
52
stars
4
commits
Python
primary language
Mar 20, 2025
updated
This repository contains official code implementation of "SteerX: Creating Any Camera-Free 3D and 4D Scenes with Geometric Steering". We provide Diffusers-based demo for simple testing. The results may differ from those reported in the paper.
Conda setup - CUDA 12.1 with A100 80GB GPU
conda create -n steerx python=3.10 -y
conda activate steerx
pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu121
pip install --extra-index-url https://miropsota.github.io/torch_packages_builder pytorch3d==0.7.8+pt2.4.1cu121
pip install -r requirements.txt
Download checkpoints - we collect all checkpoints.
gdown --folder https://drive.google.com/drive/folders/1YrsZq54YMXKtNLwxqOC7yAx_nYlyymPo?usp=drive_link
cd steerx_diffusers/geometry_steering/croco/models/curope/
python setup.py build_ext --inplace
cd ../../../../../
--img_path is only required for image-to-3D/4D)python eval_steerx.py --model {generative model name} --num_particles {num_particles}
python demo_steerx.py --model {generative model name} --num_particles {num_particles} --prompt {your_prompt} --img_path {img_path}
Refer to superspl.at/editor
python viser/visualizer_monst3r.py --data {your data path}
Thanks for wonderful works to build this repo.
If you find this repository helpful for your project, please consider citing our work. :)
@article{park2025steerx,
title={SteerX: Creating Any Camera-Free 3D and 4D Scenes with Geometric Steering},
author={Park, Byeongjun and Go, Hyojun and Nam, Hyelin and Kim, Byung-Hoon and Chung, Hyungjin and Kim, Changick},
journal={arXiv preprint arXiv:2503.12024},
year={2025}
}
4 commits
Python
84.9%
TypeScript
11.9%
JavaScript
2.1%