From c36e34833e5a61084a311dba68770068b2274a69 Mon Sep 17 00:00:00 2001 From: Giovanni Pintore Date: Mon, 6 Jun 2022 09:56:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e6bdc6..860bc42 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Starting from the fact that gravity plays an important role in the design and co Our design makes it possible to maintain high-resolution information in the extracted features even with a deep network. The experimental results demonstrate that our method outperforms current state-of-the-art solutions in prediction accuracy, particularly for real-world data. -This repo is a **python** implementation where you can test **depth inference** on an indoor equirectangular image. +This repo is a **python** implementation where you can test **depth inference** on an indoor equirectangular image. The code is intended as a sample implementation and is a cleaned-up version for release. Because of this the visual results may be slightly different in some scenes. **Method Pipeline overview**: ![](assets/overview.png)