Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis
Paper โข 2505.09358 โข Published โข 27
How to use prs-eth/PaGeR-depth-indoor with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("prs-eth/PaGeR-depth-indoor", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]This is a model card for the PaGeR-depth-indoor model for monocular depth estimation from a single panoramic ERP image.
The model is fine-tuned from our original depth checkpoint on the combination of Scannet and Structured3D datasets, specialized for indoor
depth prediction, as described in our paper:
This model excels in depth estimation for indoor environments, for a more general model, check out the original model. You can also check out other depth and normals models in our collection, or test models in our demo.
Add citation