From cae0f63a795d6834e3050fca72e43bb5fbc59073 Mon Sep 17 00:00:00 2001 From: Andrew Melnik Date: Mon, 22 Apr 2019 23:03:25 +0200 Subject: [PATCH 1/2] README.rst fixes --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d7e919f..e08f07d 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ RayNet ====== -This python pachage provides the code that accompanies our CVPR 2018 paper with +This python package provides the code that accompanies our CVPR 2018 paper with title **RayNet: Learning Volumetric 3D Reconstruction with Ray Potentials**. .. image:: http://raynet-mvs.com/site/raynet_teaser.png @@ -29,7 +29,7 @@ install :-) Depending on how you want to use our code, there are two alternatives regarding installation. You can either use a package manager or download and install the -library manually. For those who just want to use the library we recommend to +library manually. For those who just want to use the library, we recommend to directly install the latest version from *PyPI*, whereas for those who want to be able to edit the code we recommend to install the library manually. @@ -86,7 +86,7 @@ Below we list some papers that are relevant to the provided code. Citation -------- -If you are using our code, please cite `our paper `__.The BibTeX reference is:: +If you are using our code, please cite `our paper `__. The BibTeX reference is:: @InProceedings{Paschalidou_2018_CVPR, author = {Paschalidou, Despoina and Ulusoy, Osman and Schmitt, Carolin and Van Gool, Luc and Geiger, Andreas}, From 8fbdbd832833a5d8a89d942b1bc4e8cbba30951d Mon Sep 17 00:00:00 2001 From: Andrew Melnik Date: Mon, 22 Apr 2019 23:10:32 +0200 Subject: [PATCH 2/2] README.rst fixes --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e08f07d..2867fba 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Depending on how you want to use our code, there are two alternatives regarding installation. You can either use a package manager or download and install the library manually. For those who just want to use the library, we recommend to directly install the latest version from *PyPI*, whereas for those who want to -be able to edit the code we recommend to install the library manually. +be able to edit the code, we recommend to install the library manually. * *Install from Pypi with:*