From c9e3a33ddc1317a3c2bf6d1643f96052099e86c5 Mon Sep 17 00:00:00 2001 From: paul-corbalan Date: Tue, 9 Jan 2024 23:04:45 +0100 Subject: [PATCH] Add image size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f478c1..5a711c6 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ This project is based on the following resources: ## Use ```bash -python main.py --dataset folder --dataroot data/maps +python main.py --dataset folder --dataroot data/maps --imageSize 256 ```