From ccbf022bef0a4be3314ddd37144691be32e0c354 Mon Sep 17 00:00:00 2001 From: Hao Tang Date: Sun, 20 Aug 2023 17:12:40 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06728653da..20734571d1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ python image_train.py --dataset rplan --batch_size 32 --set_name train --target_ To sample floorplans, you can run the following command from inside of the `scripts` directory. To provide different visualizations, please see the `save_samples` function from `scripts/image_sample.py` ``` -python image_sample.py --dataset rplan --batch_size 32 --set_name eval --target_set 8 --model_path ckpts/exp/model250000.pt --num_samples 64 +python ./scripts/image_sample.py --dataset rplan --batch_size 32 --set_name eval --target_set 8 --model_path ckpts/exp/model250000.pt --num_samples 64 ``` You can also run the corresponding code from `scripts/script.sh`.