# Dust3R
## Overview
The Dust3R model was proposed in []() by .
The abstract from the paper is the following:
**
Tips:
This model was contributed by [INSERT YOUR HF USERNAME HERE](https://huggingface.co/).
The original code can be found [here]().
## Dust3RConfig
[[autodoc]] Dust3RConfig
## Dust3RImageProcessor
[[autodoc]] Dust3RImageProcessor
- preprocess
## Dust3RModel
[[autodoc]] Dust3RModel
- forward
## Dust3RForMaskedImageModeling
[[autodoc]] Dust3RForMaskedImageModeling
- forward
## Dust3RForImageClassification
[[autodoc]] Dust3RForImageClassification
- forward
## TFDust3RModel
[[autodoc]] TFDust3RModel
- call
## TFDust3RForImageClassification
[[autodoc]] TFDust3RForImageClassification
- call
## FlaxVitModel
[[autodoc]] FlaxDust3RModel
- __call__
## FlaxDust3RForImageClassification
[[autodoc]] FlaxDust3RForImageClassification
- __call__