Alessio Grancini commited on
Update monocular_depth_estimator.py
Browse files
monocular_depth_estimator.py
CHANGED
|
@@ -176,3 +176,4 @@ if __name__ == "__main__":
|
|
| 176 |
|
| 177 |
depth_estimator = MonocularDepthEstimator(model_type="dpt_hybrid_384")
|
| 178 |
depth_estimator.run(INPUT_PATH)
|
|
|
|
|
|
| 176 |
|
| 177 |
depth_estimator = MonocularDepthEstimator(model_type="dpt_hybrid_384")
|
| 178 |
depth_estimator.run(INPUT_PATH)
|
| 179 |
+
|