File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,11 @@ To generate stereo data with depth using Habitat, we provide a snippet here. Ins
69
69
SimSIN trained models, evaluation on VA
70
70
71
71
| Name | Arch | Expert | MAE | AbsRel | RMSE | acc@ 1.25 | acc@ 1.25^2 | acc@ 1.25^3 | Download |
72
- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
72
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
73
73
| DistDepth | ResNet152 | DPT Large | 0.252 | 0.175 | 0.371 | 75.1 | 93.9 | 98.4 | [ model] ( https://drive.google.com/file/d/1X_VMg1LYLmm8xCloLRjqHtIslyXfOrn5/view?usp=sharing ) |
74
74
| DistDepth | ResNet152 | DPT Legacy | 0.270 | 0.186 | 0.386 | 73.2 | 93.2 | 97.9 | [ model] ( https://drive.google.com/file/d/1rTBSglo_h-Ke5HMe4xvHhCjpeBDRl6vx/view?usp=sharing ) |
75
75
76
+
76
77
Download VA (8G) first. Extract under the root folder.
77
78
78
79
.
@@ -88,9 +89,7 @@ Download VA (8G) first. Extract under the root folder.
88
89
......
89
90
├── VA_left_all.txt
90
91
91
- ``` bash eval.sh ```
92
-
93
- The performances will be saved under the root folder.
92
+ Run ``` bash eval.sh ``` The performances will be saved under the root folder.
94
93
95
94
To visualize the predicted depth maps,
96
95
You can’t perform that action at this time.
0 commit comments