From 28c4f3b31ff7b6f29c94899b6450a36e7b56d78b Mon Sep 17 00:00:00 2001 From: jade wang <33583827+jadewang26@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:58:54 -0800 Subject: [PATCH] :memo: update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3ea4c492..a7b8b1ee 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,7 @@ pip install -r requirements.txt ## run demo -1. navigate to combined_demo/scripts -```bash -cd combined_demo/scripts -``` -2. run the following command, replacing with an image of your choice (ensure that you add it to the input-imgs folder first) +1. run the following command, replacing with an image of your choice (ensure that you add it to the input-imgs folder first) ```bash ./run_demo.sh image-name.jpg ``` @@ -64,9 +60,7 @@ pip install -r requirements.txt conda install -c nvidia cuda-python -cd combined_demo/scripts - chmod +x ./run_demo.sh ./run_demo.sh image-name.jpg -``` \ No newline at end of file +```