See Installation.md for detailed installation instructions.
You can download the checkpoints using download_checkpoints.sh
Please put the checkpoints/ dir in the repo dir: <lras_3d>/checkpoints/
This repo provides the example codes for Novel View Synthesis, 3D Object Manipulation, and Depth Estimation.
python run_nvs.py
python run_object_motion.py
python run_depth.py
- First release of the repo with basic NVS, 3D Object Motion, Depth Estimation capability
This repository is licensed under the MIT License. See the LICENSE file for details.
@article{lee20253d,
title={3D Scene Understanding Through Local Random Access Sequence Modeling},
author={Lee, Wanhee and Kotar, Klemen and Venkatesh, Rahul Mysore and Watrous, Jared and Chen, Honglin and Aw, Khai Loong and Yamins, Daniel LK},
journal={arXiv preprint arXiv:2504.03875},
year={2025}
}