From 6e272bd96a3e46c0e7b974c58a49194305452887 Mon Sep 17 00:00:00 2001 From: Rene Ranftl Date: Tue, 9 Jul 2019 17:31:09 +0200 Subject: [PATCH] Minor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10622c1..7badd2b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains code to compute depth from a single image. It accompani >Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-Shot Cross-Dataset Transfer Katrin Lasinger, Rene Ranftl, 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 `RW+MD+MV` with `MGDA` enabled and movies sampled at 4 frames per second. ### Setup @@ -18,7 +18,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.0.1, and OpenCV 3.4.2. ### Usage