From 1210ef2f85d6f3098da02375820c43039773b5b4 Mon Sep 17 00:00:00 2001 From: Bing Gong <b.gong@fz-juelich.de> Date: Fri, 22 Jul 2022 14:12:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a3634f8..6902a80d 100644 --- a/README.md +++ b/README.md @@ -77,10 +77,10 @@ Two versions of the workflow are available. ``` 2) The continuously updated repository can be cloned from gitlab: ```bash - git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs_v1.0.git + git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs_v1.git ``` -This will create a directory called `ambs` under which this README-file and three subdirectories are placed. +This will create a directory called `ambs_v1` under which this README-file and three subdirectories are placed. The licenses for the software used in this repository are listed under `LICENSES/`. Two Jupyter Notebooks and a shell-script which have been used to do some extra evaluation following the reviewer comments can be found under the `Jupyter_Notebooks/`-directory. However, these evaluations have not been fully integrated into the workflow yet. The subdirectory `video_prediction_tools/` contains everything which is needed in the workflow and is, therefore, called the top-level directory in the following. -- GitLab