8000 GitHub - ruili3/lari: [arXiv'25]🌈 Unseen 3D Geometry Reasoning from a Single Image.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ruili3/lari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaRI: Layered Ray Intersections for Single-view 3D Geometric Reasoning

Rui Li1 · Biao Zhang1 · Zhenyu Li1 · Federico Tombari2,3 · Peter Wonka2,3

1KAUST · 2Google · 3Technical University of Munich

arXiv 2025

Paper PDF Project Page Hugging Face

LaRI is a single-feed-forward method that models unseen 3D geometry using layered point maps. It enables complete, efficient, and view-aligned geometric reasoning from a single image.

teaser

📋 TODO List

  • Inference code & Gradio demo
  • Object- and Scene-level evaluation data & code (ETA: Mid May)
  • Training data & code (ETA: Mid May)

🛠️ Environment Setup

conda create -n lari python=3.10 -y
conda activate lari
pip install -r requirements.txt

🚀 Quick Start

We currently provide the object-level model at our HuggingaFace Model Hub. Try out the examples or your own images via the methods below:

🔹 Gradio Demo

Launch the Gradio interface locally:

python app.py

Or try it online via HuggingFace Demo.

🔹 Command Line

Run object-level modeling with:

python demo.py --image_path assets/cole_hardware.png

The input image path is specified via --image_path. Set --is_remove_background to remove the background. Layered depth maps and the 3D model will be saved in the ./results directory by default.

📰 Citation

Please cite our paper if you use the code in this repository:

@inproceedings{li2025lari,
      title={LaRI: Layered Ray Intersections for Single-view 3D Geometric Reasoning}, 
      author={Li, Rui and Zhang, Biao and Li, Zhenyu and Tombari, Federico and Wonka, Peter},
      booktitle={arXiv preprint arXiv:2504.18424},
      year={2025}
}

About

[arXiv'25]🌈 Unseen 3D Geometry Reasoning from a Single Image.

Resources

Stars

Watchers

Forks

0