This model has been pushed to the Hub using the PytorchModelHubMixin integration:
- Library: https://github.com/kai422/DAS3R
- Docs: [More Information Needed]
DAS3R: Dynamics-Aware Gaussian Splatting for Static Scene Reconstruction
Model info
- GitHub page: https://github.com/kai422/DAS3R
- Project page: https://kai422.github.io/DAS3R/
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
- 255
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The HF Inference API does not support image-to-3d models for das3r library.