From aae0fabf1f5d04c5deab0c9160300e88516f8db0 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Mon, 4 May 2020 01:32:40 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbf8f3c..94dafb6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ This is a PyTorch implementation of [Deep Ordinal Regression Network for Monocul #### NYU Depth V2 Not Implemented. -#### Kitti +#### KITTI According to [the pull request](https://github.com/dontLoveBugs/DORN_pytorch/pull/19), we should move away from eigen split and switch to [kiiti depth benchmark](http://www.cvlibs.net/datasets/kitti/eval_depth.php?benchmark=depth_completion). More details, please see [SupervisedDepthPrediction](https://github.com/dontLoveBugs/SupervisedDepthPrediction).