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

Commit

Permalink
Remove old model, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ranftlr committed Dec 4, 2019
1 parent 864b2bd commit 5df2587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 190 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The pre-trained model corresponds to `DS 4` with multi-objective optimization en
1) Download the model weights [model.pt](https://drive.google.com/file/d/1nqW_Hwj86kslfsXR7EnXpEWdO2csz1cC) and place the
file in the root folder.

2) Setup dependencies:
2) Set up dependencies:

```shell
conda install pytorch torchvision opencv
Expand All @@ -40,12 +40,11 @@ file in the root folder.

### Citation

Please cite our paper if you use this code:
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},
title = {Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-shot Cross-dataset Transfer},
journal = {arXiv:1907.01341},
year = {2019},
}
Expand Down
186 changes: 0 additions & 186 deletions monodepth_net.py

This file was deleted.

0 comments on commit 5df2587

Please sign in to comment.