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 81b0503 commit a5db823
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ René Ranftl, Katrin Lasinger, David Hafner, Konrad Schindler, Vladlen Koltun
The pre-trained model corresponds to `DS 4` with multi-objective optimization enabled.

### Changelog
* **[Dec 2019] Released new version of MiDaS - the new model is significantly more accurate and robust**
* [Jul 2020] Added TensorFlow and ONNX code. Added [online demo](http://35.202.76.57/).
* [Dec 2019] Released new version of MiDaS - the new model is significantly more accurate and robust
* [Jul 2019] Initial release of MiDaS ([Link](https://github.com/intel-isl/MiDaS/releases/tag/v1))

### Online demo

An online demo of the model is available: http://35.202.76.57/

Please be patient. Inference might take up to 30 seconds due to technical restrictions.

### Setup

1) Download the model weights [model-f45da743.pt](https://github.com/intel-isl/MiDaS/releases/download/v2/model-f46da743.pt) and place the
Expand Down Expand Up @@ -57,6 +64,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 TensorFlow or ONNX

See [README](https://github.com/intel-isl/MiDaS/tree/master/tf) in the `tf` subdirectory.

### Citation

Please cite our paper if you use this code or any of the models:
Expand Down

0 comments on commit a5db823

Please sign in to comment.