From be76d5e802262dcc0d465651f52c4da411674b5e Mon Sep 17 00:00:00 2001 From: Lucas Mansilla Date: Wed, 7 Apr 2021 11:07:49 -0300 Subject: [PATCH] Update README.md --- CLI_application/acregnet/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CLI_application/acregnet/README.md b/CLI_application/acregnet/README.md index 9660e46..2bfc013 100644 --- a/CLI_application/acregnet/README.md +++ b/CLI_application/acregnet/README.md @@ -6,9 +6,8 @@ To run the application, you need to install Python 3 and the following libraries - [TensorFlow](https://www.tensorflow.org/) (1.5.0) - [NumPy](http://www.numpy.org/) (1.14.5) - [OpenCV](https://opencv.org/) (3.4.1.15) -- [MedPy](https://loli.github.io/medpy/) (0.4.0) -These modules are not included in the standard Python library, but are listed in the program dependencies list and will be automatically installed through [pip](https://pip.pypa.io/en/stable/) when the program is installed. +These modules are not included in the standard Python library, but they are contained in the list of program dependencies and will be installed automatically through [pip](https://pip.pypa.io/en/stable/) when the program is installed. ## Install In the root directory of the application, run the file **install.sh**: @@ -23,11 +22,11 @@ acregnet register --dest= ``` #### Description: -- *acregnet*: name of the program. -- *register*: command to register the input images. -- *<target>*: path to the target image. -- *<source>*: path to the source image. -- *<destination-directory>*: path to the directory where the resulting image and deformation field will be stored. +- *acregnet*: the name of the program. +- *register*: the command used to register the input images. +- *<target>*: the path of the target image. +- *<source>*: the path of the source image. +- *<destination-directory>*: the path of the directory where the result image and the deformation field are stored. The input images must be PNG, square and equal in size.