Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ranftlr committed Dec 3, 2019
1 parent ffb70fd commit c006e5c
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-Shot Cross-Dataset Transfer
## Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-shot Cross-dataset Transfer

This repository contains code to compute depth from a single image. It accompanies our [paper](https://arxiv.org/abs/1907.01341):

>Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-Shot Cross-Dataset Transfer
Katrin Lasinger, Rene Ranftl, Konrad Schindler, Vladlen Koltun
>Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-shot Cross-dataset Transfer
René Ranftl, Katrin Lasinger, Konrad Schindler, Vladlen Koltun

The pre-trained model corresponds to `RW+MD+MV` with `MGDA` enabled and movies sampled at 4 frames per second.
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 more accurate and robust**
* [Jul 2019] Initial release of MiDaS

### Setup

Expand All @@ -18,7 +22,7 @@ file in the root folder.
conda install pytorch torchvision opencv
```

The code was tested with Python 3.7, PyTorch 1.0.1, and OpenCV 3.4.2.
The code was tested with Python 3.7, PyTorch 1.2.0, and OpenCV 3.4.2.


### Usage
Expand All @@ -31,17 +35,17 @@ file in the root folder.
python run.py
```

3) The resulting depth maps are written to the `output` folder.
3) The resulting inverse depth maps are written to the `output` folder.


### Citation

Please cite our paper if you use this code in your research:
Please cite our paper if you use this code:
```
@article{Lasinger2019,
author = {Katrin Lasinger and Ren\'{e} Ranftl and Konrad Schindler and Vladlen Koltun},
author = {Ren\'{e} Ranftl and Katrin Lasinger and Konrad Schindler and Vladlen Koltun},
title = {Towards Robust Monocular Depth Estimation: Mixing Datasets for
Zero-Shot Cross-Dataset Transfer},
Zero-shot Cross-dataset Transfer},
journal = {arXiv:1907.01341},
year = {2019},
}
Expand Down

0 comments on commit c006e5c

Please sign in to comment.