SkillAgentSearch skills...

LoGeR

Reimplementation of LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory

Install / Use

/learn @Junyi42/LoGeR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory

Notice: This is a reimplementation of LoGeR; complete code and models will be released upon approval.

LoGeR processes long video streams in chunks with a hybrid memory design to improve large-scale geometric reconstruction quality and consistency.

LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory Junyi Zhang, Charles Herrmann, Junhwa Hur, Chen Sun, Ming-Hsuan Yang, Forrester Cole, Trevor Darrell, Deqing Sun | [Project Webpage] | [arXiv]

<p align="center"> <img src="https://loger-project.github.io/figs/fig1_teaser.png" alt="LoGeR Teaser" width="100%"> </p>

Installation

git clone https://github.com/junyi42/LoGeR
cd LoGeR
conda create -n loger python=3.11 cmake=3.14.0
conda activate loger
pip install -r requirements.txt

Checkpoint Download

Checkpoints are hosted on Hugging Face:

Please place files as:

  • ckpts/LoGeR/latest.pt
  • ckpts/LoGeR_star/latest.pt

Example commands:

wget -O ckpts/LoGeR/latest.pt "https://huggingface.co/Junyi42/LoGeR/resolve/main/LoGeR/latest.pt?download=true"
wget -O ckpts/LoGeR_star/latest.pt "https://huggingface.co/Junyi42/LoGeR/resolve/main/LoGeR_star/latest.pt?download=true"

Demo

For demo usage, please directly refer to:

Evaluation

For evaluation instructions, please refer to:

Citation

If you find our work useful, please cite:

@article{zhang2026loger,
  title={LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory},
  author={Zhang, Junyi and Herrmann, Charles and Hur, Junhwa and Sun, Chen and Yang, Ming-Hsuan and Cole, Forrester and Darrell, Trevor and Sun, Deqing},
  journal={arXiv preprint arXiv:2603.03269},
  year={2026}
}

Acknowledgments

Our code is based on Pi3 and LaCT, our camera pose estimation evaluation script is based on TTT3R & VBR, and our visualization code is based on Viser. We thank the authors for their excellent work!

View on GitHub
GitHub Stars494
CategoryDevelopment
Updated11h ago
Forks31

Languages

Python

Security Score

80/100

Audited on Apr 2, 2026

No findings