Yutian Chen,
Shi Guo,
Renbiao Jin,
Tianshuo Yang,
Xin Cai,
Yawen Luo,
Mingxin Yang,
Mulin Yu, Linning Xu, Tianfan Xue
Mulin Yu, Linning Xu, Tianfan Xue
- Upload sparse attention weight.
git clone https://github.com/OpenImagingLab/AnyRecon.git
cd AnyRecon
conda create -n anyrecon python=3.10 -y
conda activate anyrecon
pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txtAnyRecon relies on specific pre-trained weights. Please download them and place them in the ./checkpoints folder.
You can run the inference using the provided test.sh script:
bash test.shOr you can run the python script directly:
python run_AnyRecon.py \
--root_dir example/valley \
--output_dir example/valley \
--lora_path full_attention.ckptThanks to these great repositories: Wan2.1 and DiffSynth-Studio.
If you find our work helpful, please cite it:
@article{chen2026anyrecon,
title={AnyRecon: Arbitrary-View 3D Reconstruction with Video Diffusion Model},
author={Chen, Yutian and Guo, Shi and Jin, Renbiao and Yang, Tianshuo and Cai, Xin and Luo, Yawen and Yang, Mingxin and Yu, Mulin and Xu, Linning and Xue, Tianfan},
journal={arXiv preprint arXiv:2604.19747},
year={2026}
}

