Skip to content

Gynjn/iLRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iLRM: An Iterative Large 3D Reconstruction Model

arXiv Project Page

Gyeongjin Kang, Seungtae Nam, Xiangyu Sun, Sameh Khamis, Abdelrahman Mohamed, Eunbyung Park

Official repo for the paper "iLRM: An Iterative Large 3D Reconstruction Model"

Teaser Image

Check out the wide branch for wide-coverage scene reconstruction on the DL3DV dataset!

Installation

# create conda environment
conda create -n ilrm python=3.10 -y
conda activate ilrm

# install PyTorch (adjust cuda version according to your system)
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt

Checkpoints

We first release the 2-view RealEstate10K (256x256) checkpoint, which is the most common baseline in related works and provides a standard reference point for comparison. We will upload other checkpoints soon!

In training and evaluation, we used the dataset preprocessed by pixelSplat.

The model checkpoints are host on HuggingFace.

Model PSNR SSIM LPIPS
re10k_2view 28.65 0.900 0.110

Inference

Update the dataset.roots field in config/experiment/re10k.yaml with your dataset path.

Update the checkpointing.load field in config/main.yaml with the pretrained model.

CUDA_VISIBLE_DEVICES=0 python -m src.main +experiment=re10k dataset/view_sampler=evaluation dataset.view_sampler.index_path=assets/evaluation_index_re10k.json

Citation

@article{kang2025ilrm,
  title={iLRM: An Iterative Large 3D Reconstruction Model},
  author={Kang, Gyeongjin and Nam, Seungtae and Sun, Xiangyu and Khamis, Sameh and Mohamed, Abdelrahman and Park, Eunbyung},
  journal={arXiv preprint arXiv:2507.23277},
  year={2025}
}

About

iLRM: An Iterative Large 3D Reconstruction Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages