The branch contains STream3R[α], a metric-scale model built on top of DUSt3R.
The codebase may be somewhat unpolished.
The checkpoint can be downloaded from here.
The evaluation follows MonST3R and Spann3R, CUT3R.
-
Prepare Evaluation Dataset
We follow the dataset preparation guides from MonST3R and Spann3R to prepare the datasets. For convenience, we provide the processed datasets on Hugging Face, which can be downloaded directly.
The datasets should be organized as follows under the root directiory of the project:
data/ ├── 7scenes ├── bonn ├── kitti ├── neural_rgbd ├── nyu-v2 ├── scannetv2 ├── sintel └── tum -
Run Evaluation
Use the provided scripts to evaluate different tasks.
Please change the model weight path accordingly.
bash eval/monodepth/run.sh
bash eval/video_depth/run.sh
bash eval/relpose/run.sh
bash eval/mv_recon/run.sh