From 79eda44b0c353f314070115d60215ae214227053 Mon Sep 17 00:00:00 2001 From: Rene Ranftl Date: Tue, 21 Jul 2020 16:23:16 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9dcd319..5970e70 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ file in the root folder. 3) The resulting inverse depth maps are written to the `output` folder. + #### via Docker 1) Make sure you have installed Docker and the @@ -64,6 +65,10 @@ file in the root folder. This command passes through all of your NVIDIA GPUs to the container, mounts the `input` and `output` directories and then runs the inference. +#### via PyTorch Hub + +The pretrained model is also available on [PyTorch Hub](https://pytorch.org/hub/intelisl_midas_v2/) + #### via TensorFlow or ONNX See [README](https://github.com/intel-isl/MiDaS/tree/master/tf) in the `tf` subdirectory.