From 29cc29b5e062a18f5483910261214e108ae12137 Mon Sep 17 00:00:00 2001
From: Eklavya SARKAR <eklavya.sarkar@idiap.ch>
Date: Thu, 10 Mar 2022 19:47:59 +0100
Subject: [PATCH] Corrected 2021 env name + IJCB typo

---
 README.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index ee31738..b33fa33 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ Then, you can create and activate the required conda environment with the follow
     $ cd bob.paper.icassp2022_morph_generate
     $ conda install -n base -c conda-forge mamba
     $ mamba env create -f environment.yml -n bob.paper.icassp2022_morph_generate
-    $ conda activate bob.paper.icassp2021_morph
+    $ conda activate bob.paper.icassp2022_morph_generate
 
 This will install all the required software to generate the morphing attacks.
 
@@ -55,7 +55,7 @@ Generating Morphs
 
 The script options can be viewed with::
 
-    $ conda activate bob.paper.icassp2021_morph
+    $ conda activate bob.paper.icassp2022_morph_generate
     $ python gen_morphs.py -h
 
 The morphs of the following types of morphs can be generated at different alphas:
@@ -83,7 +83,7 @@ This can be done with the ``gen_latents.py``. Typical usage::
 License
 -------
 
-This package uses some components from the `official release of the StyleGAN2 model <https://github.com/NVlabs/stylegan2>`_, which is itself released under the `Nvidia Source Code License-NC <https://gitlab.idiap.ch/bob/bob.paper.ijcb2021_synthetic_dataset/-/blob/master/bob/paper/ijcb2021_synthetic_dataset/stylegan2/LICENSE.txt>`_.
+This package uses some components from the `official release of the StyleGAN2 model <https://github.com/NVlabs/stylegan2>`_, which is itself released under the `Nvidia Source Code License-NC <https://gitlab.idiap.ch/bob/bob.paper.icassp2022_morph_generate/-/blob/master/modules/LICENSE.txt>`_.
 
 
 Contact
-- 
GitLab