How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Soon122/PVDepth", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

PVDepth

This repository provides the UNet checkpoint for PVDepth: Panoramic Video Depth Estimation via Geometry-Aware Spatiotemporal Adaptation. It estimates temporally consistent relative inverse depth from equirectangular images and videos.

Usage

GPU_ID=0 bash run_infer_any.sh \
  <input_path> \
  Soon122/PVDepth \
  ./outputs

See the PVDepth repository for installation and usage. The training dataset is available at PanoCARLA.

Citation

@inproceedings{song2026pvdepth,
  author    = {Song, Chuanxin and Peng, Peixi},
  title     = {PVDepth: Panoramic Video Depth Estimation via Geometry-Aware Spatiotemporal Adaptation},
  booktitle = {ICML},
  year      = {2026}
}

License

This checkpoint is subject to the upstream licenses of DepthCrafter and Stable Video Diffusion. See the PVDepth repository for details.

Downloads last month
13
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Soon122/PVDepth

Finetuned
(1)
this model

Dataset used to train Soon122/PVDepth