From 81b0503b029e8ad126d4e7f3a8f87fa7fb527b06 Mon Sep 17 00:00:00 2001 From: Rene Ranftl Date: Tue, 21 Jul 2020 15:55:58 +0200 Subject: [PATCH] Update README.md --- tf/README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/tf/README.md b/tf/README.md index 0702ac0..d4c6ac8 100644 --- a/tf/README.md +++ b/tf/README.md @@ -11,7 +11,7 @@ ### Run inference on TensorFlow-model by using TensorFlow -1) Download the model weights [model-f45da743.pb](https://github.com/AlexeyAB/MiDaS/releases/download/v2/model-f46da743.pb) and place the +1) Download the model weights [model-f45da743.pb](https://github.com/intel-isl/MiDaS/releases/download/v2/model-f46da743.pb) and place the file in the `/tf/` folder. 2) Set up dependencies: @@ -40,7 +40,7 @@ pip install grpcio tensorflow tensorflow-addons ### Run inference on ONNX-model by using TensorFlow -1) Download the model weights [model-f45da743.onnx](https://github.com/AlexeyAB/MiDaS/releases/download/v2/model-f46da743.onnx) and place the +1) Download the model weights [model-f45da743.onnx](https://github.com/intel-isl/MiDaS/releases/download/v2/model-f46da743.onnx) and place the file in the `/tf/` folder. 2) Set up dependencies: @@ -107,5 +107,21 @@ pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pyto ### Requirements The code was tested with Python 3.6.9, PyTorch 1.5.1, TensorFlow 2.2.0, TensorFlow-addons 0.8.3, ONNX 1.7.0, ONNX-TensorFlow (GitHub-master-17.07.2020) and OpenCV 4.3.0. + +### Citation - \ No newline at end of file +Please cite our paper if you use this code or any of the models: +``` +@article{Ranftl2019, + author = {Ren\'{e} Ranftl and Katrin Lasinger and David Hafner and Konrad Schindler and Vladlen Koltun}, + title = {Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-shot Cross-dataset Transfer}, + journal = {arXiv:1907.01341}, + year = {2019}, +} +``` + +### License + +MIT License + +