Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ranftlr authored Jul 21, 2020
1 parent b422ecf commit 81b0503
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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


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


0 comments on commit 81b0503

Please sign in to comment.