Junyi42/MonST3R_PO-TA-S-W_ViTLarge_BaseDecoder_512_dpt

Model

22

stars

5

commits

7

repos using this model

1

linked in READMEs

Oct 30, 2024

updated

dust3r
image-to-3d
model_hub_mixin
pytorch_model_hub_mixin
safetensors

README

MonST3R: A Simple Approach for Estimating Geometry in the Presence of Motion

Your browser does not support the video tag.
@article{zhang2024monst3r,
  author    = {Zhang, Junyi and Herrmann, Charles and Hur, Junhwa and Jampani, Varun and Darrell, Trevor and Cole, Forrester and Sun, Deqing and Yang, Ming-Hsuan},
  title     = {MonST3R: A Simple Approach for Estimating Geometry in the Presence of Motion},
  journal   = {arXiv preprint arxiv:2410.03825},
  year      = {2024}
}

Model info

How to use

First, install monst3r. To load the model:

from dust3r.model import AsymmetricCroCo3DStereo
import torch

model = AsymmetricCroCo3DStereo.from_pretrained("Junyi42/MonST3R_PO-TA-S-W_ViTLarge_BaseDecoder_512_dpt")

device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
model.to(device)

Contributors

Junyi42

5 commits

Junyi42/MonST3R_PO-TA-S-W_ViTLarge_BaseDecoder_512_dpt

Model

22

stars

5

commits

7

repos using this model

1

linked in READMEs

Oct 30, 2024

updated

dust3r
image-to-3d
model_hub_mixin
pytorch_model_hub_mixin
safetensors

README

MonST3R: A Simple Approach for Estimating Geometry in the Presence of Motion

Your browser does not support the video tag.
@article{zhang2024monst3r,
  author    = {Zhang, Junyi and Herrmann, Charles and Hur, Junhwa and Jampani, Varun and Darrell, Trevor and Cole, Forrester and Sun, Deqing and Yang, Ming-Hsuan},
  title     = {MonST3R: A Simple Approach for Estimating Geometry in the Presence of Motion},
  journal   = {arXiv preprint arxiv:2410.03825},
  year      = {2024}
}

Model info

How to use

First, install monst3r. To load the model:

from dust3r.model import AsymmetricCroCo3DStereo
import torch

model = AsymmetricCroCo3DStereo.from_pretrained("Junyi42/MonST3R_PO-TA-S-W_ViTLarge_BaseDecoder_512_dpt")

device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
model.to(device)

Contributors

Junyi42

5 commits