This model has been pushed to the Hub using the PytorchModelHubMixin integration:

DAS3R: Dynamics-Aware Gaussian Splatting for Static Scene Reconstruction

Model info

How to use

First, install das3r. To load the model:

from dust3r.model import AsymmetricCroCo3DStereo
import torch

model = AsymmetricCroCo3DStereo.from_pretrained("Kai422kx/das3r")

device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
model.to(device)
Downloads last month
357
Safetensors
Model size
612M params
Tensor type
F32
ยท
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the HF Inference API does not support das3r models with pipeline type image-to-3d

Space using Kai422kx/das3r 1