From 8f0810db483ccfcbcb35e421bd82970b02820c12 Mon Sep 17 00:00:00 2001 From: "John D. Pope" Date: Thu, 19 Aug 2021 21:31:53 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2824c..feb71e5 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Note that Example for training a mapper for the moahwk hairstyle: ```bash -cd mapper +cd mapper/scripts python train.py --exp_dir ../results/mohawk_hairstyle --no_fine_mapper --description "mohawk hairstyle" ``` All configurations for the examples shown in the paper are provided there. From fc5d7dd96ae88dd08f50877ce8a4a117dbc3dcb3 Mon Sep 17 00:00:00 2001 From: "John D. Pope" Date: Thu, 19 Aug 2021 21:33:04 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feb71e5..6860a56 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ Note that Example for training a mapper for the moahwk hairstyle: ```bash -cd mapper/scripts -python train.py --exp_dir ../results/mohawk_hairstyle --no_fine_mapper --description "mohawk hairstyle" +cd mapper +python scripts/train.py --exp_dir ../results/mohawk_hairstyle --no_fine_mapper --description "mohawk hairstyle" ``` All configurations for the examples shown in the paper are provided there.